6 lines
193 B
VimL
6 lines
193 B
VimL
" This has to be called before ftplugins are loaded. Therefore
|
|
" it is here in ftdetect though it maybe shouldn't
|
|
if has("autocmd")
|
|
autocmd FileType * call UltiSnips#FileTypeChanged()
|
|
endif
|