A backward compatible solution
This commit is contained in:
parent
00d50c3ae3
commit
2fb8820ff4
@ -7,5 +7,11 @@ if exists("vimpager")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
|
augroup UltiSnipsFileType
|
||||||
|
au!
|
||||||
autocmd FileType * call UltiSnips#FileTypeChanged()
|
autocmd FileType * call UltiSnips#FileTypeChanged()
|
||||||
|
augroup END
|
||||||
|
|
||||||
|
" restore 'filetypedetect' group declaration
|
||||||
|
augroup filetypedetect
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user