]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0749: 'autocompletedelay' interferes with i_CTRL-K v9.2.0749
authorzeertzjq <zeertzjq@outlook.com>
Sun, 28 Jun 2026 19:30:58 +0000 (19:30 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 28 Jun 2026 19:30:58 +0000 (19:30 +0000)
commit0d292e20676cb399fa6bee8300d7ae3bebe97a8f
tree53d0b3e94082c55acbf685189d84e40f152275f1
parent9fb5b5d8765e39dafc88f178ad9fd1879c683daf
patch 9.2.0749: 'autocompletedelay' interferes with i_CTRL-K

Problem:  'autocompletedelay' interferes with i_CTRL-K (after 9.2.0739).
Solution: Clear the pending autocompltion from the previous key when a
          new key is typed.

closes: #20666

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/edit.c
src/testdir/test_ins_complete.vim
src/version.c