comparison src/version.c @ 27358:609a8ff1a5d2 v8.2.4207

patch 8.2.4207: recursion test fails with MSVC Commit: https://github.com/vim/vim/commit/50e05254450954f04183efc7bc871527a67868b8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 24 18:36:39 2022 +0000 patch 8.2.4207: recursion test fails with MSVC Problem: Recursion test fails with MSVC. Solution: Use a smaller limit for MSVC.
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 19:45:03 +0100
parents 84682ad16c31
children dfaba853a792
comparison
equal deleted inserted replaced
27357:94ebe9223e60 27358:609a8ff1a5d2
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 4207,
753 /**/ 755 /**/
754 4206, 756 4206,
755 /**/ 757 /**/
756 4205, 758 4205,
757 /**/ 759 /**/