lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
688 stars 27 forks source link

Blame: is_sign_visible(): E158 invalid buffer name #91

Closed jlebray closed 7 years ago

jlebray commented 7 years ago

Hi,

I got an issue with the blame command and the modifications made in #84 Whenever I press Return on a blame line I get this error : image (It translates to error detected while processing ... E158: Invalid buffer name)

I'm using the last release of Neovim (v0.2.0)

bimlas commented 7 years ago

What's the steps of reproducing the problem?

It seems to be a bug, because 0 points to alternate (previous) buffer instead of the current one. Can you try out #92 please?

jlebray commented 7 years ago

It happened whenever I pressed Return on a blame line, after opening the blame split with "Gina blame :"

92 Fixed the problem, thanks !

lambdalisue commented 7 years ago

Thanks @bimlas for quick fix!