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