commit | 70250fb4d2ffc2e92db224c6374db418f70691fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 19:01:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 19:01:53 2021 +0100 |
tree | b39c86e166ecabd7f9d9ad17d8afa47377f1bd60 | |
parent | f898f7c68dc06def1a5ae02ce82a52a82af37cc4 [diff] [blame] |
patch 8.2.2365: Vim9: no check for map() changing item type at script level Problem: Vim9: no check for map() changing item type at script level. Solution: Check the new value type.
diff --git a/src/version.c b/src/version.c index 674f2b7..d001040 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2365, +/**/ 2364, /**/ 2363,