summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-10 21:07:14 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-10 21:07:14 +0100
commitf6157284de71d8881f3b89fbd79d1ecbf842929f (patch)
tree44a698ec890f1b71930999b492865d74670f4c9c /src/version.c
parentd6a8d48587b2ff43c343fa365898576cc1e235ea (diff)
downloadvim-git-f6157284de71d8881f3b89fbd79d1ecbf842929f.tar.gz
patch 7.4.1299v7.4.1299
Problem: When the server sends a message with ID zero the channel handler is not invoked. (Christian J. Robinson) Solution: Recognize zero value for the request ID. Add a test for invoking the channel handler.
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 e6dbc9e0d..9a77db0bd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1299,
+/**/
1298,
/**/
1297,