commit | 47a519a933e8bcaf703a5feaac5c01491a658ee3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 23:05:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 23:05:10 2020 +0200 |
tree | e684ae57e04c729278f3248e9131768d8a957060 | |
parent | a65d8b5bb9e9267c6e4500c67d26c839a64f30eb [diff] [blame] |
patch 8.2.0981: Vim9: cannot compile "[var, var] = list" Problem: Vim9: cannot compile "[var, var] = list". Solution: Implement list assignment.
diff --git a/src/version.c b/src/version.c index eabdafc..b811ae0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 981, +/**/ 980, /**/ 979,