nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 1586cfdb03467b873b2cbc7148e2e3e4817b5364
parent ca8b1d2b3451512bf414ca02f4cd19ce9b693831
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Fri,  9 Jan 2009 09:19:51 +1300

add g and gs to the guickhelp

Diffstat:
Mplugin/NERD_tree.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -2406,6 +2406,8 @@ function! s:dumpHelp()
         let @h=@h."\" middle-click,\n"
         let @h=@h."\" ". g:NERDTreeMapOpenSplit .": open split\n"
         let @h=@h."\" ". g:NERDTreeMapPreviewSplit .": preview split\n"
+        let @h=@h."\" ". g:NERDTreeMapOpenVSplit .": open vsplit\n"
+        let @h=@h."\" ". g:NERDTreeMapPreviewVSplit .": preview vsplit\n"
         let @h=@h."\" ". g:NERDTreeMapExecute.": Execute file\n"
 
         let @h=@h."\"\n\" ----------------------------\n"