Fix improper use of augroup in ftdetect.
This commit is contained in:
commit
3806a69874
@ -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.
|
||||
|
@ -7,8 +7,11 @@ if exists("vimpager")
|
||||
endif
|
||||
|
||||
if has("autocmd")
|
||||
augroup UltiSnipsFileType
|
||||
au!
|
||||
autocmd FileType * call UltiSnips#FileTypeChanged()
|
||||
augroup END
|
||||
augroup UltiSnipsFileType
|
||||
au!
|
||||
autocmd FileType * call UltiSnips#FileTypeChanged()
|
||||
augroup END
|
||||
|
||||
" restore 'filetypedetect' group declaration
|
||||
augroup filetypedetect
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user