assume the cursor is already on a tree window when doing an open-split

This commit is contained in:
Martin Grenfell 2008-12-14 00:39:19 +13:00
parent b2c56e94c9
commit fb5ee9fbc2

View File

@ -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