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