mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-08 13:04:45 +08:00
bug fix
This commit is contained in:
@@ -122,8 +122,10 @@ function! <SID>ResetWidth(...)
|
||||
|
||||
if exists("b:indentLine_enabled")
|
||||
syn clear IndentLine
|
||||
if g:indentLine_faster
|
||||
syn clear IndentLineSpace
|
||||
endif
|
||||
endif
|
||||
call <SID>SetIndentLine()
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user