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:
@@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2297,
|
||||
/**/
|
||||
2296,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user