mirror of
https://github.com/preservim/nerdtree.git
synced 2025-01-31 22:44:21 +08:00
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) {{{2
|
||||||
function! s:openInNewTabSilent(target)
|
function! s:openInNewTabSilent(target)
|
||||||
call a:target.activate({'where': 't', 'stayInCurrentTab': 1})
|
call a:target.activate({'where': 't', 'stay': 1})
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" FUNCTION: s:openNodeRecursively(node) {{{2
|
" FUNCTION: s:openNodeRecursively(node) {{{2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user