commit | 7ba1e4d363164e32a93cceab64b42e8c6d89e9f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 13:12:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 13:12:38 2021 +0200 |
tree | 394f63849ccd92fab02124387392df2aa77f75a2 | |
parent | e0c03c8e107f109eadab145e18544d8e74a6976e [diff] [blame] |
patch 8.2.2804: setting buffer local mapping with mapset() changes global Problem: Setting buffer local mapping with mapset() changes global mapping. Solution: Only set the local mapping. (closes #8143)
diff --git a/src/version.c b/src/version.c index a6667e9..c5c3fee 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2804, +/**/ 2803, /**/ 2802,