Back out fix for #323. Fixes #324.

This commit is contained in:
Holger Rapp 2014-06-21 15:31:26 +02:00
parent 7d65e21415
commit 7b8641e1fd

View File

@ -3,6 +3,6 @@
if has("autocmd")
augroup UltiSnipsFileType
au!
autocmd FileType * if exists('*UltiSnips#FileTypeChanged')|call UltiSnips#FileTypeChanged()|endif
autocmd FileType * call UltiSnips#FileTypeChanged()
augroup END
endif