commit | 11a57dfd16a47f248fe949344bd5db3f12b9bd32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 19:38:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 19:38:56 2022 +0100 |
tree | 4830851e182451df3a7e3a6b1b6bc5316cfa60f4 | |
parent | 1655619717ff109ea8bf1002883636d5af345e48 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f119983..27de4e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4738, +/**/ 4737, /**/ 4736,