UltiSnips/ftdetect/UltiSnips.vim

7 lines
195 B
VimL
Raw Normal View History

" 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