mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Before this change the TabEnter/BufEnter logic was intertwined with the logic for BufWritePost,FileChangedShellPost. Separating the concerns fixes a minor bug where a TabEnter-BufEnter combination led to the plugin not updating the diff the first time the buffer was written.