commit | d345fb921678613ffc66a8afc82bc0e815c72312 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 18:43:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 18:43:09 2021 +0100 |
tree | 2957b1d12eb756b0b14d70f79be9851fb7d38291 | |
parent | 7ad67d1150a1e48371d64e2919591c38b80e7cfc [diff] [blame] |
patch 8.2.2584: Vim9: type error for assigning "any" to a list Problem: Vim9: type error for assigning the result of list concatenation to a list. Solution: Do not consider concatenation result in a constant. (closes #7942)
diff --git a/src/version.c b/src/version.c index 2dbf24a..65a3f50 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2584, +/**/ 2583, /**/ 2582,