fix a bug with the T (open in new tab silently) mapping

This commit is contained in:
Martin Grenfell 2012-01-09 16:25:13 +00:00
parent 3b325f6812
commit 5e53df769d

View File

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