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

Fix buffer number (#91) #92

Closed bimlas closed 7 years ago

bimlas commented 7 years ago

0 is the alternate buffer, not the current one.

bimlas commented 7 years ago

As I know it works. Steps of testing:

:set signcolumn=auto
:Gina blame :
:sign define piet text=>> texthl=Search | exe ":sign place 2 line=23 name=piet file=" . expand("%:p")
:exe ":sign place 2 line=23 name=piet file=" . expand("%:p")
Press <C-L> on navi

(the sign example is taken from :help :sign)

bimlas commented 7 years ago

Forced push the change.

lambdalisue commented 7 years ago

Thanks a lot!