summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-09-09 17:39:02 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-09 17:39:02 +0100
commit0adae2da17598669e442ba38547ab18a6c1406de (patch)
tree64d563d07fdb8866cd2d2f20fd696eecbd32b0a2 /src/version.c
parentbe9fc5b60cbdf697c4f6d12345dd7fcdb5d6ca01 (diff)
patch 9.0.0429: not all keys are tested for the MS-Windows GUIv9.0.0429
Problem: Not all keys are tested for the MS-Windows GUI. Solution: Add more key codes to the list. (Yegappan Lakshmanan, closes #11097)
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 4ba0b1e80c..ef5f102cd4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 429,
+/**/
428,
/**/
427,