summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-16 08:44:05 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-16 08:44:05 +0200
commitacc87469415ba10283e5a53a8a11424f4867bbcf (patch)
treed81e452bf8db98a539f0f55ecb5445b96d4a61c5 /src/version.c
parent371bab05947b32f26d1b32922e5dc38343a875bc (diff)
patch 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fixv9.1.0493
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>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index abfcf3f568..3817c9b1b4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 493,
+/**/
492,
/**/
491,