commit | 7da346035bf5837e6f5b734c5469477d981730f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 17:14:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 17:14:21 2017 +0200 |
tree | fe4a49c9fe4b67ed64470bd94a21466935ded25a | |
parent | 983b3a5bc44a91cc7e40b8e71e3bfdb03dd4606f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e7b9fee..cd8a4cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 829, +/**/ 828, /**/ 827,