1
0
forked from aniani/vim

patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is inserted

Problem:    If <Down> is mapped on the command line 'wildchar' is inserted.
Solution:   Set KeyTyped when using 'wildchar'. (closes #7552)
This commit is contained in:
Bram Moolenaar
2020-12-26 12:06:54 +01:00
parent e5730bdcea
commit b0ac4ea5e1
3 changed files with 21 additions and 0 deletions

View File

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