commit | ca9d8d2cb9fc6b9240f2a74ccd36f9d966488294 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 22:09:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 22:09:30 2022 +0100 |
tree | b09168d978e20a1c6f6adb531b7348e9c4cacd0a | |
parent | 1b76a8dfe21903d6f3ff190e84f3690ee7a73643 [diff] [blame] |
patch 8.2.4691: solution for <Cmd> in a mapping causes trouble Problem: Solution for <Cmd> in a mapping causes trouble. Solution: Use another solution: put back CTRL-O after reading the <Cmd> sequence.
diff --git a/src/version.c b/src/version.c index 5805264..9e50d2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4691, +/**/ 4690, /**/ 4689,