commit | 064fd67e6a0283bb24732146fd20c92b6dbf47bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 18:32:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 18:32:32 2022 +0000 |
tree | bd178c620a22aa5d6cea9b0555fc916eda2b4b63 | |
parent | 4e6072b8d3e7ad85d2ca010c9172c2bdcdc62f44 [diff] [blame] |
patch 9.0.0973: Kitty keyboard protocol key with NumLock not decoded 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)
diff --git a/src/version.c b/src/version.c index e41b106..8a64672 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 973, +/**/ 972, /**/ 971,