mirror of
https://github.com/gryf/tagbar.git
synced 2026-04-24 15:11:29 +02:00
Change kind header check in JumpToTag to proper function
This commit is contained in:
+1
-1
@@ -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