commit | 7a84dbe6be0ef0e1ffbb7148cfe4ab50b9ba8f41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 21:29:00 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 21:29:00 2016 +0100 |
tree | bfbaed36b7f81688d34ad4bca43d85f1ce182d25 | |
parent | cb00f039332d3188931035e9d07144546fdea78a [diff] [blame] |
patch 7.4.1286 Problem: ch_open() with a timeout doesn't work correctly. Solution: Change how select() is used. Don't give an error on timeout. Add a test for ch_open() failing.
diff --git a/src/version.c b/src/version.c index ea0c770..6634f60 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1286, +/**/ 1285, /**/ 1284,