From f0d6cf942c6bba17b9f46826cfd957e759f939ac Mon Sep 17 00:00:00 2001 From: rbtnn Date: Sat, 25 Jan 2014 01:39:49 +0900 Subject: [PATCH] forget 'autocmd!' --- after/plugin/indentLine.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index a7f8ebc..a11a159 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -147,6 +147,7 @@ endfunction "{{{1 augroup indentLine augroup indentLine + autocmd! autocmd BufWinEnter * call Setup() autocmd BufRead,BufNewFile,ColorScheme * call InitColor() autocmd Syntax * if exists("b:indentLine_set") && exists("b:indentLine_enabled") && b:indentLine_enabled | call InitColor() | call SetIndentLine() | endif