commit | ca568aeec60dd6cc13b4dcf5cec0e0a07113547f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 21:32:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 21:32:58 2016 +0100 |
tree | 364d1ab21ef400812c0f2a5be6974eea6a5ab68e | |
parent | fb1f62691eae7c79a28b3b17a60e72ce198c71a2 [diff] [blame] |
patch 7.4.1230 Problem: Win32: opening a channel may hang. Not checking for messages while waiting for characters. Solution: Add a zero timeout. Call parse_queued_messages(). (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 1c9cbf5..61d122c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1230, +/**/ 1229, /**/ 1228,