1
0
forked from aniani/vim

patch 8.2.4738: Esc on commandline executes command instead of abandoning it

Problem:    Esc on commandline executes command instead of abandoning it.
Solution:   Save and restore KeyTyped when removing the popup menu.
            (closes #10154)
This commit is contained in:
Bram Moolenaar
2022-04-11 19:38:56 +01:00
parent 1655619717
commit 11a57dfd16
5 changed files with 50 additions and 0 deletions

View File

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