diff src/version.c @ 11898:3c1b59938042 v8.0.0829

patch 8.0.0829: job running in terminal can't communicate with Vim commit https://github.com/vim/vim/commit/7da346035bf5837e6f5b734c5469477d981730f8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 1 17:14:21 2017 +0200 patch 8.0.0829: job running in terminal can't communicate with Vim Problem: A job running in a terminal window cannot easily communicate with the Vim it is running in. Solution: Pass v:servername in an environment variable. (closes #1908)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Aug 2017 17:15:04 +0200
parents a941848d8c44
children 39e46ae74c69
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 */
 /**/
+    829,
+/**/
     828,
 /**/
     827,