1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-09-01 14:35:22 +02:00
parent f37506f60f
commit d8b554904d
3 changed files with 46 additions and 1 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2297,
/**/
2296,
/**/