1
0
forked from aniani/vim

patch 8.2.3117: Vim9: type not properly checked in for loop

Problem:    Vim9: type not properly checked in for loop.
Solution:   Have items() return a list of lists.  Add runtime type checks.
            (closes #8515)
This commit is contained in:
Bram Moolenaar
2021-07-07 21:21:30 +02:00
parent 90df4b9d42
commit efc5db5215
5 changed files with 23 additions and 3 deletions

View File

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