1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-11-29 18:32:32 +00:00
parent 4e6072b8d3
commit 064fd67e6a
3 changed files with 33 additions and 5 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
973,
/**/
972,
/**/