This commit is contained in:
Yggdroot
2013-07-10 23:13:03 +08:00
parent 2cc41e5f7b
commit 176a00ceb3

View File

@@ -165,6 +165,7 @@ endfunction
"{{{1 commands
autocmd BufWinEnter * call <SID>Setup()
autocmd BufRead,BufNewFile,ColorScheme * call <SID>InitColor()
autocmd Syntax * if exists("b:indentLine_set") | call <SID>InitColor() | call <SID>SetIndentLine() | endif
command! -nargs=? IndentLinesReset call <SID>ResetWidth(<f-args>)
command! IndentLinesToggle call <SID>IndentLinesToggle()