1
0
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:
Jan Larres
2012-07-31 16:42:33 +12:00
parent f3c1a93017
commit e321d85548

View File

@@ -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