summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-29 18:32:32 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-29 18:32:32 +0000
commit064fd67e6a0283bb24732146fd20c92b6dbf47bf (patch)
treebd178c620a22aa5d6cea9b0555fc916eda2b4b63 /src/version.c
parent4e6072b8d3e7ad85d2ca010c9172c2bdcdc62f44 (diff)
downloadvim-git-064fd67e6a0283bb24732146fd20c92b6dbf47bf.tar.gz
patch 9.0.0973: Kitty keyboard protocol key with NumLock not decodedv9.0.0973
Problem: Kitty keyboard protocol key not decoded when it has an unsupported modifier, such as NumLock. Solution: Accept a key with any modifier. (closes #11638)
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 e41b1062a..8a646722f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 973,
+/**/
972,
/**/
971,