1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-01-16 19:01:53 +01:00
parent f898f7c68d
commit 70250fb4d2
4 changed files with 80 additions and 29 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2365,
/**/
2364,
/**/