nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 7f6603ea4ab08275f4abc84c3048e0a789f7c05d
parent 3b1289ba40122997ddb79848af1d1653fd59a170
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Thu, 25 Dec 2008 10:23:42 +1300

update the doc for the e mapping

Diffstat:
Mdoc/NERD_tree.txt | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -208,7 +208,7 @@ gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-i|
 O.......Recursively open the selected directory..................|NERDTree-O|
 x.......Close the current nodes parent...........................|NERDTree-x|
 X.......Recursively close all children of the current node.......|NERDTree-X|
-e.......Open a netrw for the current dir.........................|NERDTree-e|
+e.......Edit the current dif.....................................|NERDTree-e|
 
 double-click.......same as the |NERDTree-o| map.
 middle-click.......same as |NERDTree-i| for files, same as
@@ -354,7 +354,9 @@ Default key: e
 Map option: NERDTreeMapOpenExpl
 Applies to: files and directories.
 
-Opens a netrw on the selected directory, or the selected file's directory.
+|:edit|s the selected directory, or the selected file's directory. This could
+result in a NERD tree or a netrw being opened, depending on
+|'NERDTreeHijackNetrw'|.
 
 ------------------------------------------------------------------------------
                                                                   *NERDTree-D*