commit | af7559f66603075e9b4d39d873b2161ea3ec8492 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 21:48:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 21:48:25 2016 +0100 |
tree | 8c437a5d2bfaa266902821c7498d831a2180281f | |
parent | ece61b06ef4726515177c9b293e1c20d2122a73f [diff] [blame] |
patch 7.4.1374 Problem: Channel test hangs on MS-Windows. Solution: Disable the ch_read() that is supposed to time out.
diff --git a/src/version.c b/src/version.c index 5b8374b..19680dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1374, +/**/ 1373, /**/ 1372,