diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index cd02e2e..808e251 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -202,6 +202,7 @@ augroup indentLine autocmd! autocmd BufWinEnter * call Setup() autocmd BufRead,BufNewFile,ColorScheme,Syntax * call InitColor() + autocmd BufUnload * unlet! b:indentLine_enabled augroup END "{{{1 commands