comparison src/version.c @ 19336:1cd6eab65ce0 v8.2.0226

patch 8.2.0226: compiling for loop not tested Commit: https://github.com/vim/vim/commit/04d0522046e79d0e13c1317ad34bf228722ec728 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 6 22:06:54 2020 +0100 patch 8.2.0226: compiling for loop not tested Problem: Compiling for loop not tested. Solution: Add a test. Make variable initialization work for more types.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Feb 2020 22:15:03 +0100
parents 61646c189622
children ef432264b88a
comparison
equal deleted inserted replaced
19335:fcd98c9a13e4 19336:1cd6eab65ce0
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 226,
745 /**/ 747 /**/
746 225, 748 225,
747 /**/ 749 /**/
748 224, 750 224,
749 /**/ 751 /**/