summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-27 14:50:47 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-27 14:50:47 +0200
commit4ab7968aa9d8a624cd56f55b5cad2bedb240eb73 (patch)
treeba518cce64059e79a13941a0fb0ac799c5d60534 /src/version.c
parent8d9f0ef5c6a6f6d19c3d02690e1ee347a70b8452 (diff)
downloadvim-git-4ab7968aa9d8a624cd56f55b5cad2bedb240eb73.tar.gz
patch 8.0.1005: terminal without job updates slowly in GUIv8.0.1005
Problem: Terminal without job updates slowly in GUI. Solution: Poll for input when a channel has the keep_open flag.
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 477389507..68f3534f6 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 */
/**/
+ 1005,
+/**/
1004,
/**/
1003,