Revert "fix a bug"

This reverts commit 192a70b784.
This commit is contained in:
Yggdroot
2019-10-26 13:15:00 +08:00
parent 192a70b784
commit bb548a975e

View File

@@ -379,7 +379,7 @@ augroup indentLine
autocmd WinNew * call <SID>Setup()
endif
autocmd BufWinEnter * call <SID>IndentLinesDisable() | call <SID>LeadingSpaceDisable() | call <SID>Setup()
"autocmd FileType * call <SID>Disable()
autocmd FileType * call <SID>Disable()
else
autocmd BufWinEnter * call <SID>Setup()
autocmd User * if exists("b:indentLine_enabled") || exists("b:indentLine_leadingSpaceEnabled") |