comparison src/version.c @ 24085:23c692a4bc36 v8.2.2584

patch 8.2.2584: Vim9: type error for assigning "any" to a list Commit: https://github.com/vim/vim/commit/d345fb921678613ffc66a8afc82bc0e815c72312 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 10 18:43:09 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Mar 2021 18:45:04 +0100
parents 1765b5b0f08d
children 92139c21cdfd
comparison
equal deleted inserted replaced
24084:3865ddb3834a 24085:23c692a4bc36
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 2584,
753 /**/ 755 /**/
754 2583, 756 2583,
755 /**/ 757 /**/
756 2582, 758 2582,
757 /**/ 759 /**/