Convert remaining call to CreateTypeKinddict(), closes #142

This commit is contained in:
Jan Larres 2013-04-26 19:33:00 +12:00
parent f0f9d66465
commit d0d307c9bd

View File

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