Fix augroup name

This commit is contained in:
Yasuhiro Matsumoto
2019-12-18 20:04:10 +09:00
parent f684319804
commit 1b0ac60272

View File

@@ -627,7 +627,7 @@ if has('gui_running') || &t_Co==256
"call s:VimCssInit(1)
augroup css
augroup coloresque
au!
autocmd CursorMovedI <buffer> silent call s:ProcessByLine('.')
autocmd ColorScheme <buffer> silent call s:VimCssInit(1)