nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 4f1e6ecb057fc0bac189171c1430d71ef25f6bb1
parent a47c6caf80510d05b9c022bec354ffea006ef840
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Wed,  6 Aug 2014 14:27:45 +0100

Merge pull request #365 from ifsred/master

Fix doc map for NERDTreeMapChangeRoot
Diffstat:
Mdoc/NERD_tree.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -462,8 +462,8 @@ Jump to the previous sibling of the selected node.
 ------------------------------------------------------------------------------
                                                                   *NERDTree-C*
 Default key: C
-Map option: NERDTreeMapChdir
-Applies to: directories.
+Map option: NERDTreeMapChangeRoot
+Applies to: files and directories.
 
 Make the selected directory node the new tree root. If a file is selected, its
 parent is used.