mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-05-04 04:25:52 +08:00
fab00f7c0f
Ran into an issue where a running Vim (Neovim 0.9.5) consistently treated a relative path not as the file in the current directory, but as a different open buffer that matched the file name. The relative path was just for cosmetics; let's switch to absolute so Vim doesn't butcher it.