mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
@@ -399,7 +399,7 @@ function! s:Bookmark.openInNewTab(options)
|
||||
exec "tabedit " . self.path.str({'format': 'Edit'})
|
||||
endif
|
||||
|
||||
if has_key(a:options, 'stayInCurrentTab')
|
||||
if has_key(a:options, 'stayInCurrentTab') && a:options['stayInCurrentTab']
|
||||
exec "tabnext " . currentTab
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user