Skip to content

Commit

Permalink
Include augroup in public interface fold.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Feb 22, 2013
1 parent ac92041 commit 4bd9640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/gitgutter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ function! GitGutter()
endif
endfunction

" }}}

augroup gitgutter
autocmd!
autocmd BufReadPost,BufWritePost,FileReadPost,FileWritePost,BufEnter * call GitGutter()
augroup END

" }}}

" vim:set et sw=2:

0 comments on commit 4bd9640

Please sign in to comment.