commit | 4cafa6dc7f0728b018979aff0ca039908ecf2ae1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 11:52:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 11:52:39 2016 +0100 |
tree | 0e466bec26244a5383a74c81095cd32c1440890e | |
parent | 46c85439c966d7ed39fb3d711d4d6c61ac964647 [diff] [blame] |
patch 7.4.1423 Problem: Channel test fails on MS-Windows. Solution: Do not give an error message when reading fails, assume the other end exited.
diff --git a/src/version.c b/src/version.c index 08c8c1a..5e246f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1423, +/**/ 1422, /**/ 1421,