mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
The buffers being wiped out are temporary ones used to hold the contents of a "real", unsaved buffer. Ideally vim wouldn't create them at all; and in fact it seems sometimes vim does not create them (#258). It would be good to find why the buffers are usually there but sometimes not. In the meantime this change works around the problem.