commit | 0adae2da17598669e442ba38547ab18a6c1406de | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Sep 09 17:39:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 17:39:02 2022 +0100 |
tree | 64d563d07fdb8866cd2d2f20fd696eecbd32b0a2 | |
parent | be9fc5b60cbdf697c4f6d12345dd7fcdb5d6ca01 [diff] [blame] |
patch 9.0.0429: not all keys are tested for the MS-Windows GUI Problem: Not all keys are tested for the MS-Windows GUI. Solution: Add more key codes to the list. (Yegappan Lakshmanan, closes #11097)
diff --git a/src/version.c b/src/version.c index 4ba0b1e..ef5f102 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 429, +/**/ 428, /**/ 427,