commit | 4d5dfe20839e9d13c95eaf4254467f952653b042 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 13:59:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 13:59:29 2021 +0200 |
tree | 053722d23651ebb11c7f337b8b7051ee91232119 | |
parent | 13e45d14ba7f590fb243c041bc45e6d4d47c8432 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 429fb69..2002223 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3054, +/**/ 3053, /**/ 3052,