From 6524068ff3252f1373807f1ebfde21408cef624e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 10 Feb 2019 22:23:26 +0100 Subject: patch 8.1.0889: MS-Windows: a channel write may hang Problem: MS-Windows: a channel write may hang. Solution: Check for WriteFile() not writing anything. (Yasuhiro Matsumoto, closes #3920) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index e31b7cace..a990f2c3c 100644 --- a/src/version.c +++ b/src/version.c @@ -783,6 +783,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 889, /**/ 888, /**/ -- cgit v1.2.1