Open gegoune opened 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.
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?
Keeping it open might help others find the task and not duplicate, so I am happy to keep it open.
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 containstart
. I can, however, usedel
key to delete characters. Bit odd, is it something with my setup or can you reproduce it?