commit | 6524068ff3252f1373807f1ebfde21408cef624e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 22:23:26 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 22:23:26 2019 +0100 |
tree | 016c761632389af45db753da47049f2d0ce0a688 | |
parent | 31b816042fca879b11965ddd75287732563ba698 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e31b7ca..a990f2c 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 889, +/**/ 888, /**/ 887,