diff --git a/after/syntax/css/vim-coloresque.vim b/after/syntax/css/vim-coloresque.vim index 2dd4ab2..9126212 100644 --- a/after/syntax/css/vim-coloresque.vim +++ b/after/syntax/css/vim-coloresque.vim @@ -627,7 +627,7 @@ if has('gui_running') || &t_Co==256 "call s:VimCssInit(1) - augroup css + augroup coloresque au! autocmd CursorMovedI silent call s:ProcessByLine('.') autocmd ColorScheme silent call s:VimCssInit(1)