Closed tpope closed 2 years ago
Thanks! Fixed on master. And thank you for all the Vim plugins you have created 🙇
maybe using fugitive#LogComplete
is more accurate, if want to complete some git options.
though even fugitive#LogComplete
, there is no e.g --since=....
such option got complete, but part supported anyway (than nothing).
Thanks for staying on top of the latest Fugitive API changes. I noticed glancing at the source that tab complete is also using a removed API. The fix is straightforward:
I've also included a complementary tweak to Git remote URL retrieval to handle
url.<prefix>.insteadOf
.