diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-10 22:23:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-10 22:23:26 +0100 |
commit | 6524068ff3252f1373807f1ebfde21408cef624e (patch) | |
tree | 016c761632389af45db753da47049f2d0ce0a688 /src/version.c | |
parent | 31b816042fca879b11965ddd75287732563ba698 (diff) | |
download | vim-git-8.1.0889.tar.gz |
patch 8.1.0889: MS-Windows: a channel write may hangv8.1.0889
Problem: MS-Windows: a channel write may hang.
Solution: Check for WriteFile() not writing anything. (Yasuhiro Matsumoto,
closes #3920)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e31b7cace..a990f2c3c 100644 --- a/src/version.c +++ b/src/version.c @@ -784,6 +784,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 889, +/**/ 888, /**/ 887, |