commit f8a105d9725d193d31b5da45a7e3ca6ce55ec5b9
parent f2707106bde0e67eef0734d46c1aa52d62850184
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Wed, 14 Jan 2009 14:43:23 +1300
remove a rogue call to s:putCursorInTreeWin()
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -789,8 +789,6 @@ function! s:TreeFileNode.open()
return
endif
- call s:putCursorInTreeWin()
-
"if the file is already open in this tab then just stick the cursor in it
let winnr = bufwinnr('^' . self.path.strForOS(0) . '$')
if winnr != -1