mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-13 10:16:14 +08:00
Change kind header check in JumpToTag to proper function
This commit is contained in:
parent
6eb2d65f41
commit
7e58b3fe23
|
@ -2522,7 +2522,7 @@ function! s:JumpToTag(stay_in_tagbar)
|
|||
|
||||
let autoclose = w:autoclose
|
||||
|
||||
if empty(taginfo) || has_key(taginfo, 'numtags')
|
||||
if empty(taginfo) || taginfo.isKindheader()
|
||||
return
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user