Fix improper use of augroup in ftdetect.

This commit is contained in:
Holger Rapp 2015-06-01 21:12:19 +02:00
commit 3806a69874
2 changed files with 8 additions and 4 deletions

View File

@ -1534,6 +1534,7 @@ individuals have contributed to UltiSnips (in chronological order):
Pawel Palucki - ppalucki
Dettorer - dettorer
Zhao Jiarong - kawing-chiu
Ye Ding - dyng
Thank you for your support.

View File

@ -11,4 +11,7 @@ if has("autocmd")
au!
autocmd FileType * call UltiSnips#FileTypeChanged()
augroup END
" restore 'filetypedetect' group declaration
augroup filetypedetect
endif