commit | da7c20c9531739bdefa9d4418e6765fb181066e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 30 21:12:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 30 21:12:19 2020 +0100 |
tree | 6bf807f700477ff01a046ae0489f2888962970aa | |
parent | f0068c5154a99b86b2c4515a4b93c003b2445cf4 [diff] [blame] |
patch 8.2.2071: Vim9: list assign doesn't except empty remainder list Problem: Vim9: list assign doesn't except empty remainder list. Solution: Recognize list assignment with ";".
diff --git a/src/version.c b/src/version.c index 4eb7f4b..8457133 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2071, +/**/ 2070, /**/ 2069,