nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit a172d7cfcb4fe9b927dcc24184204fc89d826301
parent b702500f7775581fe5ff4fc23aca6f00a141a75b
Author: Phil Runninger (mac) <prunninger@virtualhold.com>
Date:   Tue, 13 Mar 2018 08:51:33 -0400

Add documentation for the NERDTreeRemoveDirCmd option.

Diffstat:
Mdoc/NERDTree.txt | 14+++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/doc/NERDTree.txt b/doc/NERDTree.txt
@@ -694,11 +694,15 @@ NERD tree. These options should be set in your vimrc.
 |'NERDTreeCreatePrefix'|        Specify a prefix to be used when creating the
                                 NERDTree window.
 
-|'NERDTreeRemoveFileCmd'|       Specify a custom shell command that will used
-                                when deleting files with delete action. Note
-                                that, it should be one space character at the
-                                end of the command and it applies only for files.
-                                See |g:NERDTreeRemoveDirCmd| for directories.
+|'NERDTreeRemoveFileCmd'|       Specify a custom shell command to be used when
+                                deleting files. Note that it should include
+                                one space character at the end of the command
+                                and it applies only to files.
+
+|'NERDTreeRemoveDirCmd'|        Specify a custom shell command to be used when
+                                deleting directories. Note that it should
+                                include one space character at the end of the
+                                command and it applies only to directories.
 
 ------------------------------------------------------------------------------
 3.2. Customisation details                             *NERDTreeOptionDetails*