fix a bug

This commit is contained in:
Yggdroot
2019-10-26 11:21:13 +08:00
parent 9c6f8fe0b3
commit 192a70b784

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") |