apply Cory Echols' patch

adds :NERDTreeClose command and sets the filetype for the tree buffer to
"nerdtree"
This commit is contained in:
Martin Grenfell
2008-05-17 14:40:27 +12:00
parent 25aaaaae42
commit 04ea2eb0f7
2 changed files with 19 additions and 6 deletions

View File

@@ -96,6 +96,9 @@ The following features and functionality are provided by the NERD tree:
rendered again. If no NERD tree exists for this tab then this
command acts the same as the |:NERDTree| command.
:NERDTreeClose
Close the NERD tree in this tab.
------------------------------------------------------------------------------
2.2. NERD tree Mappings *NERDTreeMappings*
@@ -789,7 +792,9 @@ fridge for later ;)
confused about drives on MF Windows
* made the script way better at handling paths with strange characters
in them (eg '$@; etc)
- applied a patch from Cory Echols
* add the command :NERDTreeClose to close the tree for the current tab
* set the filetype for the NERD tree buffer to "nerdtree"
2.8.0
- added an option to enable/disable line numbers in the NERD tree window,