From f8a105d9725d193d31b5da45a7e3ca6ce55ec5b9 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Wed, 14 Jan 2009 14:43:23 +1300 Subject: [PATCH] remove a rogue call to s:putCursorInTreeWin() --- plugin/NERD_tree.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index fe6aa6c..a8afaae 100644 --- 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