2014-02-11 01:56:56 -05:00
|
|
|
" This has to be called before ftplugins are loaded. Therefore
|
2012-04-01 10:42:34 -04:00
|
|
|
" it is here in ftdetect though it maybe shouldn't
|
|
|
|
if has("autocmd")
|
2014-04-09 13:31:00 -04:00
|
|
|
augroup UltiSnipsFileType
|
|
|
|
au!
|
|
|
|
autocmd FileType * call UltiSnips#FileTypeChanged()
|
|
|
|
augroup END
|
2012-04-01 10:42:34 -04:00
|
|
|
endif
|