]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2961: keys typed during a :normal command are discarded v8.2.2961
authorBram Moolenaar <Bram@vim.org>
Mon, 7 Jun 2021 20:04:52 +0000 (22:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Jun 2021 20:04:52 +0000 (22:04 +0200)
commitc41badb748bbaa78cbadfcda9ca965e8a283fb9b
tree01240bdb613c21b0b5648361c7716032ebff49ec
parent8cf02e5cf8fb14a5009f12e7af0a47617a0ce88d
patch 8.2.2961: keys typed during a :normal command are discarded

Problem:    Keys typed during a :normal command are discarded.
Solution:   Concatenate saved typeahead and typed kesy. (closes #8340)
src/debugger.c
src/evalfunc.c
src/ex_docmd.c
src/getchar.c
src/proto/getchar.pro
src/proto/ui.pro
src/ui.c
src/version.c