1
0
forked from aniani/vim

patch 8.2.4346: a custom statusline may cause Esc to work like Enter

Problem:    A custom statusline may cause Esc to work like Enter on the
            command line when the popup menu is displayed.
Solution:   Save and restore KeyTyped. (closes #9749)
This commit is contained in:
Bram Moolenaar
2022-02-11 18:51:45 +00:00
parent f6246f51e3
commit 481acb1141
4 changed files with 31 additions and 0 deletions

View File

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