patch 8.2.3051: Vim9: for loop with one list variable does not work

Problem:    Vim9: for loop with one list variable does not work.
Solution:   Use a separate flag for unpacking a list. (closes #8452)
This commit is contained in:
Bram Moolenaar
2021-06-26 12:40:56 +02:00
parent f3caeb63d6
commit 444d878324
3 changed files with 16 additions and 4 deletions

View File

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