nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit fb5ee9fbc2b913d5ec9ade44da391728dc4723a6
parent b2c56e94c9761659e7e1ac84aea6b5934532ee41
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sun, 14 Dec 2008 00:39:19 +1300

assume the cursor is already on a tree window when doing an open-split

Diffstat:
Mplugin/NERD_tree.vim | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -2467,8 +2467,6 @@ endfunction
 "ARGS:
 "treenode: file node to open
 function! s:openNodeSplit(treenode)
-    call s:putCursorInTreeWin()
-
     " Save the user's settings for splitbelow and splitright
     let savesplitbelow=&splitbelow
     let savesplitright=&splitright