mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33: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:
|
"ARGS:
|
||||||
"treenode: file node to open
|
"treenode: file node to open
|
||||||
function! s:openNodeSplit(treenode)
|
function! s:openNodeSplit(treenode)
|
||||||
call s:putCursorInTreeWin()
|
|
||||||
|
|
||||||
" Save the user's settings for splitbelow and splitright
|
" Save the user's settings for splitbelow and splitright
|
||||||
let savesplitbelow=&splitbelow
|
let savesplitbelow=&splitbelow
|
||||||
let savesplitright=&splitright
|
let savesplitright=&splitright
|
||||||
|
|||||||
Reference in New Issue
Block a user