mirror of
https://github.com/gryf/tagbar.git
synced 2026-02-01 13:35:45 +01:00
Make 'open' commands a bit more intuitive
This commit is contained in:
@@ -1597,9 +1597,6 @@ function! s:OpenWindow(flags) abort
|
||||
if tagbarwinnr != -1
|
||||
if winnr() != tagbarwinnr && jump
|
||||
call s:winexec(tagbarwinnr . 'wincmd w')
|
||||
if autoclose
|
||||
let w:autoclose = autoclose
|
||||
endif
|
||||
call s:HighlightTag(1, curline)
|
||||
endif
|
||||
call s:LogDebugMessage("OpenWindow finished, Tagbar already open")
|
||||
|
||||
Reference in New Issue
Block a user