Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
fix issue #77 again
Browse files Browse the repository at this point in the history
  • Loading branch information
gchen3 committed Feb 10, 2015
1 parent 547ceb5 commit 872e88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions after/plugin/indentLine.vim
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ augroup indentLine
autocmd!
autocmd BufWinEnter * call <SID>Setup()
autocmd BufRead,BufNewFile,ColorScheme,Syntax * call <SID>InitColor()
autocmd BufUnload * unlet! b:indentLine_enabled
augroup END

"{{{1 commands
Expand Down

0 comments on commit 872e88f

Please sign in to comment.