commit | a9f028103fee253ea8a09e49031011ee3da69ece | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 17:40:38 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 17:40:38 2017 +0200 |
tree | d14fb2378121c09787e2a263e3f2be4c7f0d808a | |
parent | cfcc022c54e66b317ddcc8a807977230b056a542 [diff] [blame] |
patch 8.0.0869: job output is sometimes not displayed in a terminal Problem: Job output is sometimes not displayed in a terminal. Solution: Flush output before closing the channel.
diff --git a/src/version.c b/src/version.c index a721d42..d1b20b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 869, +/**/ 868, /**/ 867,