From bfa5de8c55f5a093bea33d92cb342ed168ad4539 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 22 Jun 2008 12:29:18 +1200 Subject: [PATCH] minor bugfix --- plugin/NERD_tree.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index eac0ded..8b3ca3c 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -2215,7 +2215,7 @@ function! s:OpenNodeSplit(treenode) call s:PutCursorInTreeWin() throw "NERDTree.view.FileOpen exception: ". a:treenode.path.Str(0) ." is already open and modified." catch /^Vim\%((\a\+)\)\=:/ - do nothing + "do nothing endtry " resize the explorer window if it is larger than the requested size