]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4391: command line executed when typing Esc in the GUI v8.2.4391
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Feb 2022 16:17:44 +0000 (16:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Feb 2022 16:17:44 +0000 (16:17 +0000)
commit0e1f36fc59b589e4755fd9102013971f45222084
tree62b2d29afe6d9d62b75b218157d61f5453bc4efe
parente88c6b7a5d8b24f8aa9a3e976b78654bae293ae4
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)
src/buffer.c
src/screen.c
src/version.c