nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 4e4fb179e7f45799b1705897064831f061bb85a8
parent 0f2effb04978111713868715337bfb31032eb5ba
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Wed, 14 Jan 2009 16:04:26 +1300

correct a help tag

Diffstat:
Mdoc/NERD_tree.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -202,7 +202,7 @@ go......Open selected file, but leave cursor in the NERDTree.....|NERDTree-go|
 t.......Open selected node/bookmark in a new tab.................|NERDTree-t|
 T.......Same as 't' but keep the focus on the current tab........|NERDTree-T|
 i.......Open selected file in a split window.....................|NERDTree-i|
-gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-i|
+gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi|
 !.......Execute the current file.................................|NERDTree-!|
 O.......Recursively open the selected directory..................|NERDTree-O|
 x.......Close the current nodes parent...........................|NERDTree-x|