camspiers / snap

A fast finder system for neovim.
The Unlicense
483 stars 16 forks source link

Input window does not allow backspace on pasted code #71

Open gegoune opened 3 years ago

gegoune commented 3 years ago

If I paste a string into input window I am then unable to delete characters of pasted text with backspace, basically as if backspace option did not contain start. I can, however, use del key to delete characters. Bit odd, is it something with my setup or can you reproduce it?

camspiers commented 3 years ago

I'm pretty sure this is from the existing bugs in neovim's implementation of prompt buffers, so it depends on upstream neovim to fix. Apologies, but it's just the state of things.

gegoune commented 3 years ago

Thank you for coming back to me, @camspiers . I have found this issue https://github.com/neovim/neovim/issues/13715 - seems related. I guess it makes no sense to keep this issue open here, but it's up to you, maybe you want to keep it for some reason?

camspiers commented 3 years ago

Keeping it open might help others find the task and not duplicate, so I am happy to keep it open.