add Syntax event

This commit is contained in:
Yggdroot
2014-07-04 19:08:50 +08:00
parent 26113636d1
commit 6546a61289

View File

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