Add documentation for the NERDTreeRemoveDirCmd option.

This commit is contained in:
Phil Runninger (mac) 2018-03-13 08:51:33 -04:00
parent b702500f77
commit a172d7cfcb

View File

@ -694,11 +694,15 @@ NERD tree. These options should be set in your vimrc.
|'NERDTreeCreatePrefix'| Specify a prefix to be used when creating the |'NERDTreeCreatePrefix'| Specify a prefix to be used when creating the
NERDTree window. NERDTree window.
|'NERDTreeRemoveFileCmd'| Specify a custom shell command that will used |'NERDTreeRemoveFileCmd'| Specify a custom shell command to be used when
when deleting files with delete action. Note deleting files. Note that it should include
that, it should be one space character at the one space character at the end of the command
end of the command and it applies only for files. and it applies only to files.
See |g:NERDTreeRemoveDirCmd| for directories.
|'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* 3.2. Customisation details *NERDTreeOptionDetails*