Closed dkvasnicka closed 5 years ago
Mostly we use fugitive#buffer().repo()
so it's a simple search-and-replace, but we also use fugitive#buffer().path()
once. If anyone has a solution please post it here.
we also use
fugitive#buffer().path()
once.
Looking at https://github.com/tpope/vim-fugitive/commit/d41dee9c0b0cd2ffc364f2784d764b76e43ae057, it seems like just replace fugitive#buffer().path()
with FugitivePath
. What do you think?
That will work. We'll need to store the original buffer as well. Pull requests are accepted, I'm not sure when I can work on this.
Fugitive recently underwent some major changes and after updating everything and trying to run Gitv I get:
The same error also appears during
Gitv_GetDebugInfo()
when it tries to get the current git version.