comparison src/version.c @ 23199:59f31d2eb4cf v8.2.2145

patch 8.2.2145: Vim9: concatenating lists does not adjust type of result Commit: https://github.com/vim/vim/commit/399ea8108c8da3fcdf5d738a0f8eae67155b4b10 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 15 21:28:57 2020 +0100 patch 8.2.2145: Vim9: concatenating lists does not adjust type of result Problem: Vim9: concatenating lists does not adjust type of result. Solution: When list member types differ use "any" member type. (closes #7473)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Dec 2020 21:30:04 +0100
parents 4ba101403fa2
children 94608d7c3b55
comparison
equal deleted inserted replaced
23198:e7fe2f43809c 23199:59f31d2eb4cf
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2145,
753 /**/ 755 /**/
754 2144, 756 2144,
755 /**/ 757 /**/
756 2143, 758 2143,
757 /**/ 759 /**/