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-02-11 01:56:56 -05:00
|
|
|
autocmd FileType * call UltiSnips#FileTypeChanged()
|
2012-04-01 10:42:34 -04:00
|
|
|
endif
|