mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
assume the cursor is already on a tree window when doing an open-split
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user