1
0
forked from aniani/vim

patch 9.0.1287: with the Kitty key protocl Esc with NumLock cannot be mapped

Problem:    With the Kitty key protocl Esc with NumLock cannot be mapped.
Solution:   Also use K_ESC when there is a modifier. (closes #11811)
This commit is contained in:
Bram Moolenaar
2023-02-06 17:46:37 +00:00
parent 546933f497
commit 0261e3978e
2 changed files with 7 additions and 0 deletions

View File

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