commit | e56bf15c163a921ce9e1c09c0d5b3a03efc63324 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 08 23:23:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 08 23:23:42 2016 +0100 |
tree | 1957c1a0ab9211500ca2f07cf92b6d59057c7022 | |
parent | 2fc83fcd1d6dfd4728a2ef70e2316f79203c7ee0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d9f0807..b5bf05e 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1293, +/**/ 1292, /**/ 1291,