mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Convert remaining call to CreateTypeKinddict(), closes #142
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user