summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-25 18:20:17 +0200
committerBram Moolenaar <Bram@vim.org>2018-03-25 18:20:17 +0200
commit8fbaeb195d9298c3a2a80300b5f96f1adddd2f59 (patch)
tree08e90a8db454c2031636deb5c912ec218dcc3566 /src/buffer.c
parent65873846e088bb94028e9d591ea03e377cb206b5 (diff)
patch 8.0.1641: job in terminal can't communicate with Vimv8.0.1641
Problem: Job in terminal can't communicate with Vim. Solution: Add the terminal API.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c7f361af0a..7bd3cdf016 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -948,7 +948,7 @@ clear_wininfo(buf_T *buf)
}
}
-#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.
*/