commit | f61c89d2e698e287a9d04c0a29f4ecc0130c2ea2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 19 22:51:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 19 22:51:48 2022 +0000 |
tree | 81dccba7f2ae6b868dd30b0f14db444b2f3383fb | |
parent | bed34f0a8a4e38a72a080184881bc68254a8cdc6 [diff] [blame] |
patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail Problem: Deleting any mapping may cause <ScritpCmd> to not set the script context. Solution: Only reset last_used_map if it is the deleted mapping. (closes #9568)
diff --git a/src/version.c b/src/version.c index 1ca0a22..d9307ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4148, +/**/ 4147, /**/ 4146,