mirror of
https://github.com/gko/vim-coloresque.git
synced 2025-12-06 21:04:27 +08:00
Fix augroup name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user