comparison src/version.c @ 27424:b17fe5191b49 v8.2.4240

patch 8.2.4240: error for using flatten() in Vim9 script is unclear Commit: https://github.com/vim/vim/commit/fb80862e49fcbcf47907fc8cdaaf5c41cb9eb06e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 15:01:47 2022 +0000 patch 8.2.4240: error for using flatten() in Vim9 script is unclear Problem: Error for using flatten() in Vim9 script is unclear. Solution: Add a remark to use flattennew().
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 16:15:03 +0100
parents 7c233f560a7f
children 41e0dcf38521
comparison
equal deleted inserted replaced
27423:08180df8bb90 27424:b17fe5191b49
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 4240,
753 /**/ 755 /**/
754 4239, 756 4239,
755 /**/ 757 /**/
756 4238, 758 4238,
757 /**/ 759 /**/