commit | ea696852e7abcdebaf7f17a7f23dc90df1f5e2ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 09 18:31:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 09 18:31:39 2020 +0100 |
tree | eedb0a14d24d7ec03f0caa021a1aafea78a1d83b | |
parent | 8cebd43e9774d2624af43ee5b86939886f2ba490 [diff] [blame] |
patch 8.2.1969: Vim9: map() may change the list or dict item type Problem: Vim9: map() may change the list or dict item type. Solution: Add mapnew().
diff --git a/src/version.c b/src/version.c index 40f3851..f452d96 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1969, +/**/ 1968, /**/ 1967,