mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Don't open all folds when jumping to tag
This commit is contained in:
@@ -2744,7 +2744,7 @@ function! s:JumpToTag(stay_in_tagbar) abort
|
||||
call cursor(taginfo.fields.line, taginfo.fields.column)
|
||||
|
||||
if foldclosed('.') != -1
|
||||
.foldopen!
|
||||
.foldopen
|
||||
endif
|
||||
|
||||
redraw
|
||||
|
||||
Reference in New Issue
Block a user