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

View File

@@ -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