1
0
forked from aniani/vim

patch 8.2.2763: Vim9: cannot use type in for loop unpack at script level

Problem:    Vim9: cannot use type in for loop unpack at script level.
Solution:   Advance over the type name.
This commit is contained in:
Bram Moolenaar
2021-04-14 13:30:46 +02:00
parent f62d73933a
commit a3589a0d6c
3 changed files with 18 additions and 9 deletions

View File

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