1
0
forked from aniani/vim

patch 8.2.2246: cursor keys not recognized at the hit-Enter prompt

Problem:    Cursor keys not recognized at the hit-Enter prompt after executing
            an external command.
Solution:   Change the codes for the extra cursor keys. (closes #7562)
            Tune the delays to avoid test flakyness.
This commit is contained in:
Bram Moolenaar
2020-12-29 20:53:33 +01:00
parent 285b15fce1
commit 4d8c96d466
4 changed files with 33 additions and 12 deletions

View File

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