commit | 84e1d2b21a424f2687b61daaf84f5fc4f1ab0abe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 14:20:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 14:20:41 2016 +0200 |
tree | 8f5095785414306b52aa2f151b215be141e97a38 | |
parent | 46c00a6565b8f1f4b7b1041d03eaceaf6ffc4aee [diff] [blame] |
patch 7.4.1667 Problem: Win32: waiting on a pipe with fixed sleep time. Solution: Start with a short delay and increase it when looping.
diff --git a/src/version.c b/src/version.c index 5a55707..ae5d4b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1667, +/**/ 1666, /**/ 1665,