mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -05:00
I deliberately omitted this event when adding FugitiveChanged, because I figured it made sense for consumers to instead tap into BufWritePost to see which file changed exactly. This would enable, say, vim-gitgutter, to only refresh signs for the file that actually changed, rather than for every file in the repository. In practice, however, vim-gitgutter doesn't even bother with "in the repository", let alone the exact file, opting instead to refresh every loaded buffer. I give up. Resolves: https://github.com/tpope/vim-fugitive/issues/1819