Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.12k stars 147 forks source link

fix: #273: accepting suggestion overrides yank register #274

Closed arnevm123 closed 9 months ago

arnevm123 commented 10 months ago

Adding \"_ should make sure that we do not override yank register. I've looked through the code and I don't think the yanked value was ever used.

I've tested this on empty lines and with lines with text after the completion and they both seemed to still be functional.