1
0
forked from aniani/vim

patch 8.2.4207: recursion test fails with MSVC

Problem:    Recursion test fails with MSVC.
Solution:   Use a smaller limit for MSVC.
This commit is contained in:
Bram Moolenaar
2022-01-24 18:36:39 +00:00
parent fe6fb267e6
commit 50e0525445
2 changed files with 10 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4207,
/**/
4206,
/**/