From e2879c7e8997b93b62fb8e9b146317f9762e68b0 Mon Sep 17 00:00:00 2001 From: Yggdroot Date: Wed, 19 Mar 2014 12:33:04 +0800 Subject: [PATCH] fix issue #77 --- after/plugin/indentLine.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index 42f6d04..68ef068 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -145,7 +145,8 @@ endfunction augroup indentLine autocmd! autocmd BufWinEnter * call Setup() - autocmd BufRead,BufNewFile,ColorScheme,Syntax * call InitColor() + autocmd BufRead,BufNewFile,ColorScheme * call InitColor() + autocmd Syntax * call InitColor() | call SetIndentLine() augroup END "{{{1 commands