diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-09 17:28:01 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-09 17:28:01 +0200 |
| commit | dc0ccaee68ca24d10050117fbec757ad33590a17 (patch) | |
| tree | 8a98b130b1cd6b91b209c8163220da3f6c5ae440 /src/version.c | |
| parent | 9b4579481892a62e7e002498b9eddaaf75bbda49 (diff) | |
| download | vim-git-dc0ccaee68ca24d10050117fbec757ad33590a17.tar.gz | |
patch 8.0.0027v8.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)
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 da7263116..808afb1b1 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 27, +/**/ 26, /**/ 25, |
