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