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!
|
2014-06-21 01:35:25 -04:00
|
|
|
autocmd FileType * if exists('*UltiSnips#FileTypeChanged')|call UltiSnips#FileTypeChanged()|endif
|
2014-04-09 13:31:00 -04:00
|
|
|
augroup END
|
2012-04-01 10:42:34 -04:00
|
|
|
endif
|