diff src/version.c @ 11977:701aea3bc68b v8.0.0869

patch 8.0.0869: job output is sometimes not displayed in a terminal commit https://github.com/vim/vim/commit/a9f028103fee253ea8a09e49031011ee3da69ece Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 5 17:40:38 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Aug 2017 17:45:03 +0200
parents 5cc005cf312f
children 4d4ee9c5803c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    869,
+/**/
     868,
 /**/
     867,