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/buffer.c b/src/buffer.c index c7f361a..7bd3cdf 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -948,7 +948,7 @@ } } -#if defined(FEAT_LISTCMDS) || defined(PROTO) +#if defined(FEAT_LISTCMDS) || defined(FEAT_TERMINAL) || defined(PROTO) /* * Go to another buffer. Handles the result of the ATTENTION dialog. */