1
0
forked from aniani/vim

patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon fails

Problem:    Vim9: unpack assignment using "_" after semicolon fails.
Solution:   Drop the expression result. (closes #8453)
This commit is contained in:
Bram Moolenaar
2021-06-26 13:59:29 +02:00
parent 13e45d14ba
commit 4d5dfe2083
4 changed files with 18 additions and 3 deletions

View File

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