From 6546a61289cc1b044c594875c63a7934802f8ccc Mon Sep 17 00:00:00 2001 From: Yggdroot Date: Fri, 4 Jul 2014 19:08:50 +0800 Subject: [PATCH] add Syntax event --- after/plugin/indentLine.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index 2982d98..b4225ca 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -165,7 +165,7 @@ endfunction augroup indentLine autocmd! autocmd BufWinEnter * call Setup() - autocmd BufRead,BufNewFile,ColorScheme * call InitColor() + autocmd BufRead,BufNewFile,ColorScheme,Syntax * call InitColor() augroup END "{{{1 commands