mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -05:00
According to `:help E302`, E302 comes from Vim being unable to rename the swap file when an open buffer's name is changed; but the error is mostly harmless. E302 seems to occur in vim-fugitive under Windows but not *nix. This fix allow :Glog and :Gdiff to work on such systems; previously the uncaught error made these operations fail or at least work strangely.