mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Reset window after jump to tag if zoomed (#625)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user