]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix v9.1.0493
authorzeertzjq <zeertzjq@outlook.com>
Sun, 16 Jun 2024 06:44:05 +0000 (08:44 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 16 Jun 2024 06:44:05 +0000 (08:44 +0200)
commitacc87469415ba10283e5a53a8a11424f4867bbcf
treed81e452bf8db98a539f0f55ecb5445b96d4a61c5
parent371bab05947b32f26d1b32922e5dc38343a875bc
patch 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix

Problem:  Test for patch 9.1.0489 doesn't fail without the fix.
Solution: Use "!" flag of feedkeys() so that ex_normal_busy is not set
          and ins_compl_check_keys() is not skipped (zeertzjq).

closes: #15018

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