commit | 7676c158798a7c90f500cab2c12af0d47bad6026 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 03 21:47:34 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 03 21:47:34 2022 +0000 |
tree | 3bab5a8f010f30e857747dcb5e41f8db7957d9e5 | |
parent | 02a977ea5ee733412011a7f259a4efa0ffc95f1a [diff] [blame] |
patch 8.2.4293: Vim9: when copying a list it gets type list<any> Problem: Vim9: when copying a list it gets type list<any> even when the original list did not have a type. Solution: Only set the type when the original list has a type. (closes #9692)
diff --git a/src/version.c b/src/version.c index 0419978..5140eb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4293, +/**/ 4292, /**/ 4291,