mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 23:31:19 +00:00
Problem: preinsert text completions not deleted with <C-W>/<C-U>
(ddad431, after v9.1.1059)
Solution: handle <C-W> or <C-U> specifically and clear the completion
(glepnir)
fixes: vim/vim#16557
closes: vim/vim#16565
001c26cd61