diff src/version.c @ 27531:4ca0ee7b4f86 v8.2.4293

patch 8.2.4293: Vim9: when copying a list it gets type list<any> Commit: https://github.com/vim/vim/commit/7676c158798a7c90f500cab2c12af0d47bad6026 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 3 21:47:34 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Feb 2022 23:00:05 +0100
parents 3f7e59eac8f4
children 4f1c67a5f446
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4293,
+/**/
     4292,
 /**/
     4291,