commit | 9af78769eeae0318e07aa8b6af4d6e2244481ca7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 11:34:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 11:34:42 2020 +0200 |
tree | 995f0acd6a0098a714f8dbc5434e0b9d9701828d | |
parent | c70222d12a2f8552273c0de48a3bf7138d649175 [diff] [blame] |
patch 8.2.0987: Vim9: cannot assign to [var; var] Problem: Vim9: cannot assign to [var; var]. Solution: Assign rest of items to a list.
diff --git a/src/version.c b/src/version.c index c7806bc..979ce70 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 987, +/**/ 986, /**/ 985,