assume the cursor is already on a tree window when doing an open-split
This commit is contained in:
parent
b2c56e94c9
commit
fb5ee9fbc2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user