commit | 81b46a6ccd818609e1ca8cd410e26a58428c30ba | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Apr 09 17:58:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 17:58:49 2022 +0100 |
tree | c1fabec0ac2a5470e3e347ebb5a873bb2243b629 | |
parent | 36951ed1dab2b2e816dc8959c72b5732f36d9e3b [diff] [blame] |
patch 8.2.4722: ending recording with mapping records too much Problem: When a recording is ended with a mapped key that key is also recorded. Solution: Remember the previous last_recorded_len. (closes #10122)
diff --git a/src/version.c b/src/version.c index 1b2a188..410fe2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4722, +/**/ 4721, /**/ 4720,