lambdalisue / vim-gina

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

Yanking from Gina log is hard #262

Closed tssm closed 4 years ago

tssm commented 4 years ago

I know I can press a and then use yank:rev to copy a commit hash when on this buffer, but in my brain yw and others are already burned. If I try to copy a has using normal commands I get 32mxxxxxxxx, where xxxxxxxx is the hash and 32m is added by Gina, which I guess is an ANSI code. Other ANSI codes are added if I yank other parts of the buffer (like the author name)

lambdalisue commented 4 years ago

https://github.com/lambdalisue/gina.vim/issues/239 helps?

tssm commented 4 years ago

I see, thanks!