1
0
forked from aniani/vim

patch 8.2.3177: Vim9: can not use "for _ in expr" at script level

Problem:    Vim9: can not use "for _ in expr" at script level.
Solution:   Skip assignment if the loop variable is "_".
This commit is contained in:
Bram Moolenaar
2021-07-18 17:08:50 +02:00
parent 0c35752d04
commit ad2d4969e1
3 changed files with 20 additions and 2 deletions

View File

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