mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Change kind header check in JumpToTag to proper function
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user