mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-12 17:54:58 +08:00
Reset window after jump to tag if zoomed (#625)
This commit is contained in:
parent
56399f446c
commit
d7063c7484
|
@ -2260,6 +2260,9 @@ function! s:JumpToTag(stay_in_tagbar) abort
|
|||
if s:pwin_by_tagbar
|
||||
pclose
|
||||
endif
|
||||
if s:is_maximized
|
||||
call s:ZoomWindow()
|
||||
endif
|
||||
call s:HighlightTag(0)
|
||||
endif
|
||||
endfunction
|
||||
|
|
Loading…
Reference in New Issue
Block a user