mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-08 04:54:45 +08:00
fix issue #77
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user