mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
minor bugfix
This commit is contained in:
@@ -2215,7 +2215,7 @@ function! s:OpenNodeSplit(treenode)
|
|||||||
call s:PutCursorInTreeWin()
|
call s:PutCursorInTreeWin()
|
||||||
throw "NERDTree.view.FileOpen exception: ". a:treenode.path.Str(0) ." is already open and modified."
|
throw "NERDTree.view.FileOpen exception: ". a:treenode.path.Str(0) ." is already open and modified."
|
||||||
catch /^Vim\%((\a\+)\)\=:/
|
catch /^Vim\%((\a\+)\)\=:/
|
||||||
do nothing
|
"do nothing
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
" resize the explorer window if it is larger than the requested size
|
" resize the explorer window if it is larger than the requested size
|
||||||
|
|||||||
Reference in New Issue
Block a user