mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-27 17:31:26 +08:00
269c89ef59
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.