1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-02-10 21:07:14 +01:00
parent d6a8d48587
commit f6157284de
4 changed files with 48 additions and 3 deletions

View File

@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1299,
/**/
1298,
/**/