commit | 0e1f36fc59b589e4755fd9102013971f45222084 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 16:17:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 16:17:44 2022 +0000 |
tree | 62b2d29afe6d9d62b75b218157d61f5453bc4efe | |
parent | e88c6b7a5d8b24f8aa9a3e976b78654bae293ae4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8edb112..e5bbd10 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4391, +/**/ 4390, /**/ 4389,