mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-15 14:12:46 +08:00
Convert remaining call to CreateTypeKinddict(), closes #142
This commit is contained in:
parent
f0f9d66465
commit
d0d307c9bd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user