commit | b31be3f909e074214b7f346888209c866faed56f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 20 22:37:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 20 22:37:44 2020 +0200 |
tree | 969254b6cb1430581c64b8b15f0ba29a2bd5595f | |
parent | 7892b953e0e496408008434ae3505293c0c93af1 [diff] [blame] |
patch 8.2.1257: Vim9: list unpack doesn't work at the script level Problem: Vim9: list unpack doesn't work at the script level. Solution: Detect unpack assignment better. (closes #6494)
diff --git a/src/version.c b/src/version.c index ee1e3f4..cc7fbfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1257, +/**/ 1256, /**/ 1255,