commit | d8b554904d18fe19bd9fa79dbda880845cb017d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 14:35:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 14:35:22 2016 +0200 |
tree | 7bcf2fe534f819d804f078e8a9a56bace1682958 | |
parent | f37506f60f87d52a9e8850e30067645e2b13783c [diff] [blame] |
patch 7.4.2297 Problem: When starting a job that reads from a buffer and reaching the end, the job hangs. Solution: Close the pipe or socket when all lines were read.
diff --git a/src/version.c b/src/version.c index 95eec66..3162f33 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2297, +/**/ 2296, /**/ 2295,