diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index e79bec1..3849206 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -336,7 +336,6 @@ augroup indentLine if g:indentLine_newVersion autocmd BufRead,BufNewFile,ColorScheme,Syntax * call InitColor() autocmd BufWinEnter * call IndentLinesDisable() | call LeadingSpaceDisable() | call Setup() - autocmd WinEnter * call Setup() autocmd FileType * call Disable() else autocmd BufWinEnter * call Setup()