commit | b777da9be8eb421982e567702db3195475383dec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 22 21:40:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 22 21:40:39 2021 +0200 |
tree | 5e5bf5707e42d8a208bf9cc054047b718fcc38cf | |
parent | 1e615669c0f1f4125001b2c01c30b00d8c68035e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 82ecd0a..0223ae2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2878, +/**/ 2877, /**/ 2876,