comparison src/version.c @ 23950:4279c1c66df1 v8.2.2517

patch 8.2.2517: Vim9: fix for s390 not tested on other systems Commit: https://github.com/vim/vim/commit/7c5b3c03699a4ab31f47c24290852d441ea8c12a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 14 22:40:57 2021 +0100 patch 8.2.2517: Vim9: fix for s390 not tested on other systems Problem: Vim9: fix for s390 not tested on other systems. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Feb 2021 22:45:03 +0100
parents 9854b4c6d5e6
children 44be09b25619
comparison
equal deleted inserted replaced
23949:151224bd41f7 23950:4279c1c66df1
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 2517,
753 /**/ 755 /**/
754 2516, 756 2516,
755 /**/ 757 /**/
756 2515, 758 2515,
757 /**/ 759 /**/