commit | f93bbd026205f36915312193784f987ad49fb114 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 22:35:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 22:35:43 2021 +0200 |
tree | 3d33a10b9e526aa7ed613bb4113df3406025632a | |
parent | e8e307818495d1a5d821df9bd4bde83add0520e5 [diff] [blame] |
patch 8.2.2753: Vim9: cannot ignore an item in assignment unpack Problem: Vim9: cannot ignore an item in assignment unpack. Solution: Allow using an underscore.
diff --git a/src/version.c b/src/version.c index d266a1a..c760738 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2753, +/**/ 2752, /**/ 2751,