commit | 17fe5e1aecbeff5ca4b2a821ede9badd5dddae59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 22:03:08 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 22:03:08 2016 +0200 |
tree | 67a37b992672212c1e2bde5739f950e067cd833e | |
parent | 4c9ce053d9f2a94cd704342dd4c25670a5995cbd [diff] [blame] |
patch 7.4.1710 Problem: Not all output of an external command is read. Solution: Avoid timing out when the process has exited. (closes #681)
diff --git a/src/version.c b/src/version.c index 18a89e4..571db82 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1710, +/**/ 1709, /**/ 1708,