1
0
forked from aniani/vim

patch 8.2.4391: command line executed when typing Esc in the GUI

Problem:    Command line executed when typing Esc in the GUI.
Solution:   Move saving/restoring KeyTyped to build_stl_str_hl().
            (closes #9783)
This commit is contained in:
Bram Moolenaar
2022-02-15 16:17:44 +00:00
parent e88c6b7a5d
commit 0e1f36fc59
3 changed files with 6 additions and 4 deletions

View File

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