commit | 51d04d16f21e19d6eded98f9530d84089102f925 | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Wed May 04 15:40:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 04 15:40:22 2022 +0100 |
tree | 20bb53da9296e31af0101070f69c689724c04f61 | |
parent | 05cf63e9bdca1ac070df3e7d9c6dfc45e68ac916 [diff] [blame] |
patch 8.2.4861: it is not easy to restore saved mappings Problem: It is not easy to restore saved mappings. Solution: Make mapset() accept a dict argument. (Ernie Rael, closes #10295)
diff --git a/src/version.c b/src/version.c index c3ecb62..51db458 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4861, +/**/ 4860, /**/ 4859,