Change kind header check in JumpToTag to proper function

This commit is contained in:
Jan Larres 2012-02-18 21:47:40 +13:00
parent 6eb2d65f41
commit 7e58b3fe23

View File

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