]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> v9.1.1069
authorglepnir <glephunter@gmail.com>
Sun, 2 Feb 2025 08:36:22 +0000 (09:36 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 2 Feb 2025 08:36:22 +0000 (09:36 +0100)
commit001c26cd6194fba2bfccb06dec30fdc9e1410e62
tree78389976c68884c43a328c6912443240e30bb13a
parente0a2ab397fd13a71efec85b017d5d4d62baf7f63
patch 9.1.1069: preinsert text completions not deleted with <C-W>/<C-U>

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: #16557
closes: #16565

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c