This commit is contained in:
Yggdroot
2013-10-25 16:29:41 +08:00
parent 8f971fcb0c
commit e5acdf9bcd

View File

@@ -122,7 +122,9 @@ function! <SID>ResetWidth(...)
if exists("b:indentLine_enabled")
syn clear IndentLine
syn clear IndentLineSpace
if g:indentLine_faster
syn clear IndentLineSpace
endif
endif
call <SID>SetIndentLine()
endfunction