From d0d307c9bd2c16802f3bfe6d45e77e86efb96be3 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Fri, 26 Apr 2013 19:33:00 +1200 Subject: [PATCH] Convert remaining call to CreateTypeKinddict(), closes #142 --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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