1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-08-01 17:14:21 +02:00
parent 983b3a5bc4
commit 7da346035b
2 changed files with 11 additions and 1 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
829,
/**/
828,
/**/