1
0
forked from aniani/vim

patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"

Problem:    Vim9: for loop list unpack only allows for one "_".
Solution:   Drop the value when the variable is "_". (closes #8232)
This commit is contained in:
Bram Moolenaar
2021-05-22 21:40:39 +02:00
parent 1e615669c0
commit b777da9be8
3 changed files with 14 additions and 0 deletions

View File

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