From 872e88f640317bcf667b8eee5ce9e7db387f3382 Mon Sep 17 00:00:00 2001 From: gchen3 Date: Tue, 10 Feb 2015 17:29:56 +0800 Subject: [PATCH] fix issue #77 again --- after/plugin/indentLine.vim | 1 + 1 file changed, 1 insertion(+) 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