commit | 4c9243f9fb708c9010867d3cc8e928f36b58509a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 22 13:10:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 22 13:10:44 2020 +0200 |
tree | 2e22d7b67780863b0b7af5e42a90fd2f904e3c5a | |
parent | 74fae513f8032cfa9e129eedc33454f0bf68668b [diff] [blame] |
patch 8.2.0807: cannot easily restore a mapping Problem: Cannot easily restore a mapping. Solution: Add mapset().
diff --git a/src/version.c b/src/version.c index d36fa4a..565ebbb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 807, +/**/ 806, /**/ 805,