fix a bug with the T (open in new tab silently) mapping
This commit is contained in:
parent
3b325f6812
commit
5e53df769d
@ -4167,7 +4167,7 @@ endfunction
|
||||
|
||||
" FUNCTION: s:openInNewTabSilent(target) {{{2
|
||||
function! s:openInNewTabSilent(target)
|
||||
call a:target.activate({'where': 't', 'stayInCurrentTab': 1})
|
||||
call a:target.activate({'where': 't', 'stay': 1})
|
||||
endfunction
|
||||
|
||||
" FUNCTION: s:openNodeRecursively(node) {{{2
|
||||
|
Loading…
Reference in New Issue
Block a user