mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-12-15 16:27:13 +08:00
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.