commit | 004d9b00ba600a167746ad7af88e0baa77c95d8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 30 21:40:03 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 30 21:40:03 2020 +0100 |
tree | a23080d1e2d715ad87dc1ec4c25e7733aeaa0269 | |
parent | da7c20c9531739bdefa9d4418e6765fb181066e9 [diff] [blame] |
patch 8.2.2072: Vim9: list assign not well tested Problem: Vim9: list assign not well tested. Solution: Test with different destinations. Fix white space error.
diff --git a/src/version.c b/src/version.c index 8457133..d4023e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2072, +/**/ 2071, /**/ 2070,