mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-09 05:24:49 +08:00
@@ -379,7 +379,7 @@ augroup indentLine
|
|||||||
autocmd WinNew * call <SID>Setup()
|
autocmd WinNew * call <SID>Setup()
|
||||||
endif
|
endif
|
||||||
autocmd BufWinEnter * call <SID>IndentLinesDisable() | call <SID>LeadingSpaceDisable() | call <SID>Setup()
|
autocmd BufWinEnter * call <SID>IndentLinesDisable() | call <SID>LeadingSpaceDisable() | call <SID>Setup()
|
||||||
"autocmd FileType * call <SID>Disable()
|
autocmd FileType * call <SID>Disable()
|
||||||
else
|
else
|
||||||
autocmd BufWinEnter * call <SID>Setup()
|
autocmd BufWinEnter * call <SID>Setup()
|
||||||
autocmd User * if exists("b:indentLine_enabled") || exists("b:indentLine_leadingSpaceEnabled") |
|
autocmd User * if exists("b:indentLine_enabled") || exists("b:indentLine_leadingSpaceEnabled") |
|
||||||
|
|||||||
Reference in New Issue
Block a user