comparison src/version.c @ 26562:479022b3e7bd v8.2.3810

patch 8.2.3810: Vim9: expr4 test fails on MS-Windows Commit: https://github.com/vim/vim/commit/b334137acffd7a2b2ab8524e54d4c55ebf4518ea Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 14 18:57:45 2021 +0000 patch 8.2.3810: Vim9: expr4 test fails on MS-Windows Problem: Vim9: expr4 test fails on MS-Windows. Solution: Do not give an error for a missing function name when skipping.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Dec 2021 20:00:04 +0100
parents 454a1c9ef797
children 7f90bde42bcc
comparison
equal deleted inserted replaced
26561:69d9b6201845 26562:479022b3e7bd
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3810,
752 /**/ 754 /**/
753 3809, 755 3809,
754 /**/ 756 /**/
755 3808, 757 3808,
756 /**/ 758 /**/