Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.14k stars 180 forks source link

after update git blame exists errors #1073

Closed keeferwu closed 3 months ago

keeferwu commented 3 months ago

插件更新后 git blame 有错误 回退到 7c60ba4c6f6803ade667f4b463dcdb1d169c7c54 没有问题

:LeaderfGit image

:Leaderf git blame image

Yggdroot commented 3 months ago

出错的是哪个版本? Python版本? vim还是nvim?

keeferwu commented 3 months ago

更新到 a7270479cf65e76a1c400a6d4fe51bea8f14fbe1 就会出错 它前一版是好的

vim还是nvim?---> 都有问题 VIM - Vi IMproved 9.0 (2022 Jun 28, compiled May 10 2022 08:40:37) NVIM v0.10.0

Python版本? ----> python --version Python 2.7.18 python3 --version Python 3.8.10

git --version git version 2.25.1

Yggdroot commented 3 months ago

首先,更新到最新版试一下,这段代码应该没有了。

keeferwu commented 3 months ago

更新到最新,问题仍然存在

Yggdroot commented 3 months ago

修复了。

keeferwu commented 3 months ago

好了,感谢