commit | c41badb748bbaa78cbadfcda9ca965e8a283fb9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 07 22:04:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 07 22:04:52 2021 +0200 |
tree | 01240bdb613c21b0b5648361c7716032ebff49ec | |
parent | 8cf02e5cf8fb14a5009f12e7af0a47617a0ce88d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e7aa583..bbf13dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2961, +/**/ 2960, /**/ 2959,