This commit is contained in:
Yggdroot
2014-03-19 12:33:04 +08:00
parent 74938ad4b0
commit e2879c7e89
+2 -1
View File
@@ -145,7 +145,8 @@ endfunction
augroup indentLine augroup indentLine
autocmd! autocmd!
autocmd BufWinEnter * call <SID>Setup() 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 augroup END
"{{{1 commands "{{{1 commands