commit | 50e05254450954f04183efc7bc871527a67868b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 18:36:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 18:36:39 2022 +0000 |
tree | c79ee75b664a6216a391e14eaca0ddb9d844d901 | |
parent | fe6fb267e6ee5c5da2f41889e4e0e0ac5bf4b89d [diff] [blame] |
patch 8.2.4207: recursion test fails with MSVC Problem: Recursion test fails with MSVC. Solution: Use a smaller limit for MSVC.
diff --git a/src/version.c b/src/version.c index 16a99ef..6703e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4207, +/**/ 4206, /**/ 4205,