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