stayInCurrentTab fix
This commit is contained in:
parent
23d1746bbf
commit
01f683c3c4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user