commit | 46950b225fab2e10245a04952b2c238e0362e1b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 04 11:36:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 04 11:36:51 2022 +0000 |
tree | 1bdb4e4bc41fead52bd426354b1440c29e0c2d0d | |
parent | 972db232795874c58b9fdf23e43f53885a378eae [diff] [blame] |
patch 8.2.4295: Vim9: concatenating two lists may result in wrong type Problem: Vim9: concatenating two lists may result in wrong type. Solution: Remove the type instead of using list<any>. (closes #9692)
diff --git a/src/version.c b/src/version.c index 70d76d5..f11705d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4295, +/**/ 4294, /**/ 4293,