diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 60906c9..4776d9b 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -833,7 +833,7 @@ function! s:LoadUserTypeDefs(...) abort endfor if a:0 > 0 - call s:CreateTypeKinddict(s:known_types[type]) + call s:known_types[type].createKinddict() endif endfunction