bfce5af642
It makes it possible to add filetypes in ftplugin/ft.vim or manually while editing.
7 lines
195 B
VimL
7 lines
195 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
|
|
|