commit | 07802044b90b2cbcc64b2dfe235f019d7c37589c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 09 23:01:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 09 23:01:14 2021 +0200 |
tree | 8f1d19d7f0204ad5876d73e83be81314e15350c7 | |
parent | efc084e3353d6854b6dac8b240f70cb0abb838ad [diff] [blame] |
patch 8.2.3423: Vim9: list += list creates a new list in :def function Problem: Vim9: list += list creates a new list in :def function. Solution: Append to the existing list.
diff --git a/src/version.c b/src/version.c index 8cd295c..9f4ea76 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3423, +/**/ 3422, /**/ 3421,