From 1b0ac60272067ffbe2e298bffc4dc6fc9a201203 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 18 Dec 2019 20:04:10 +0900 Subject: [PATCH] Fix augroup name --- after/syntax/css/vim-coloresque.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)