diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index 3849206..443abf1 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -335,6 +335,9 @@ augroup indentLine autocmd! if g:indentLine_newVersion autocmd BufRead,BufNewFile,ColorScheme,Syntax * call InitColor() + if exists("##WinNew") + autocmd WinNew * call Setup() + endif autocmd BufWinEnter * call IndentLinesDisable() | call LeadingSpaceDisable() | call Setup() autocmd FileType * call Disable() else