commit | f6157284de71d8881f3b89fbd79d1ecbf842929f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 21:07:14 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 21:07:14 2016 +0100 |
tree | 44a698ec890f1b71930999b492865d74670f4c9c | |
parent | d6a8d48587b2ff43c343fa365898576cc1e235ea [diff] [blame] |
patch 7.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.
diff --git a/src/version.c b/src/version.c index e6dbc9e..9a77db0 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1299, +/**/ 1298, /**/ 1297,