summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-08 20:47:00 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-08 20:47:00 +0200
commit3c518400d1a51929572dd9fcf77dba94d78d7545 (patch)
treed87d536f1d0c3621ed013f0cf2b1b9ffe18b3ee1 /src/version.c
parent1a735d6c9bf4204492b9f9aeba280737fab46ed3 (diff)
downloadvim-git-3c518400d1a51929572dd9fcf77dba94d78d7545.tar.gz
patch 8.0.1076: term_start() does not take callbacksv8.0.1076
Problem: term_start() does not take callbacks. When using two terminals without a job only one is read from. A terminal without a window returns the wrong pty. Solution: Support "callback", "out_cb" and "err_cb". Fix terminal without a window. Fix reading from multiple channels.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f8a10e3f9..ad59f5e63 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1076,
+/**/
1075,
/**/
1074,