diff src/version.c @ 10052:c1ba49441c90 v7.4.2297

commit https://github.com/vim/vim/commit/d8b554904d18fe19bd9fa79dbda880845cb017d2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 1 14:35:22 2016 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Sep 2016 14:45:06 +0200
parents efc8a434f38f
children d4b7232fc63a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2297,
+/**/
     2296,
 /**/
     2295,