commit | dc0ccaee68ca24d10050117fbec757ad33590a17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 17:28:01 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 17:28:01 2016 +0200 |
tree | 8a98b130b1cd6b91b209c8163220da3f6c5ae440 | |
parent | 9b4579481892a62e7e002498b9eddaaf75bbda49 [diff] [blame] |
patch 8.0.0027 Problem: A channel is closed when reading on stderr or stdout fails, but there may still be something to read on another part. Solution: Turn ch_to_be_closed into a bitfield. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index da72631..808afb1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 27, +/**/ 26, /**/ 25,