This commit is contained in:
Yggdroot
2014-03-19 12:33:04 +08:00
parent 74938ad4b0
commit e2879c7e89

View File

@@ -145,7 +145,8 @@ endfunction
augroup indentLine
autocmd!
autocmd BufWinEnter * call <SID>Setup()
autocmd BufRead,BufNewFile,ColorScheme,Syntax * call <SID>InitColor()
autocmd BufRead,BufNewFile,ColorScheme * call <SID>InitColor()
autocmd Syntax * call <SID>InitColor() | call <SID>SetIndentLine()
augroup END
"{{{1 commands