commit | c94c1467b9b86156a6b7c8d3e41ff01c13d2be07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 22 20:01:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 22 20:01:06 2020 +0200 |
tree | f74f53c6d79e92faabcf3823e111d80bffa56c9e | |
parent | 9cdcd1d0dc3bbea41b731639fd2431c2ef5cffaa [diff] [blame] |
patch 8.2.0812: mapset() does not properly handle <> notation Problem: mapset() does not properly handle <> notation. Solution: Convert <> codes. (closes #6116)
diff --git a/src/version.c b/src/version.c index 3bd0ec4..7d860b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 812, +/**/ 811, /**/ 810,