comparison src/version.c @ 23911:30e3a7a33b66 v8.2.2498

patch 8.2.2498: no test for what 8.2.2494 fixes Commit: https://github.com/vim/vim/commit/5affc034680a95eabfbfca763bedf86ae0a79c44 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 11 18:36:30 2021 +0100 patch 8.2.2498: no test for what 8.2.2494 fixes Problem: No test for what 8.2.2494 fixes. Solution: Add a simple change to test the fix. (closes https://github.com/vim/vim/issues/7818)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Feb 2021 18:45:03 +0100
parents 5db7d275543c
children dfdd973cf0c9
comparison
equal deleted inserted replaced
23910:6cfb5e0231e0 23911:30e3a7a33b66
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 2498,
753 /**/ 755 /**/
754 2497, 756 2497,
755 /**/ 757 /**/
756 2496, 758 2496,
757 /**/ 759 /**/