commit | 8fbaeb195d9298c3a2a80300b5f96f1adddd2f59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 18:20:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 18:20:17 2018 +0200 |
tree | 08e90a8db454c2031636deb5c912ec218dcc3566 | |
parent | 65873846e088bb94028e9d591ea03e377cb206b5 [diff] [blame] |
patch 8.0.1641: job in terminal can't communicate with Vim Problem: Job in terminal can't communicate with Vim. Solution: Add the terminal API.
diff --git a/src/version.c b/src/version.c index d4631ce..3295eb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1641, +/**/ 1640, /**/ 1639,