Don't run when entering a buffer; there's no need.

This commit is contained in:
Andy Stewart
2013-02-25 09:40:56 +01:00
parent 79fa8caa6e
commit b308149c93

View File

@@ -205,7 +205,7 @@ endfunction
augroup gitgutter
autocmd!
autocmd BufReadPost,BufWritePost,FileReadPost,FileWritePost,BufEnter * call GitGutter()
autocmd BufReadPost,BufWritePost,FileReadPost,FileWritePost * call GitGutter()
augroup END
" }}}