commit | 52f6ae1366b34fc5771595c0bd17c779a7f6f544 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 16:34:06 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 16:34:06 2015 +0100 |
tree | f83b7241cefbb2afa9220e952be9d124dc51493d | |
parent | 013806229a1e15480592f6bc8453130685ec750b [diff] [blame] |
patch 7.4.993 Problem: Test 87 is flaky on AppVeyor. Solution: Reduce the minimum background thread count.
diff --git a/src/version.c b/src/version.c index 9e77c6d..167f55b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 993, +/**/ 992, /**/ 991,