fix issue #77 again

This commit is contained in:
gchen3
2015-02-10 17:29:56 +08:00
parent 547ceb5b04
commit 872e88f640

View File

@@ -202,6 +202,7 @@ 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,Syntax * call <SID>InitColor()
autocmd BufUnload * unlet! b:indentLine_enabled
augroup END augroup END
"{{{1 commands "{{{1 commands