mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-07 12:44:27 +08:00
@@ -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") |
|
||||
|
||||
Reference in New Issue
Block a user