1
0
forked from aniani/vim

patch 7.4.1293

Problem:    Sometimes a channel may hang waiting for a message that was
            already discarded. (Ken Takata)
Solution:   Store the ID of the message blocking on in the channel.
This commit is contained in:
Bram Moolenaar
2016-02-08 23:23:42 +01:00
parent 2fc83fcd1d
commit e56bf15c16
2 changed files with 20 additions and 8 deletions

View File

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