1
0
forked from aniani/vim

patch 8.2.1930: wrong input if removing shift results in special key code

Problem:    Wrong input if removing shift results in special key code.
Solution:   Handle special key codes. (closes #7189)
This commit is contained in:
Bram Moolenaar
2020-10-31 16:33:47 +01:00
parent 0289065e41
commit 749bc9521d
3 changed files with 28 additions and 2 deletions

View File

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