commit | 62426e168ef29fb941d1bd91a112fa09445322a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 15:37:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 15:37:58 2017 +0200 |
tree | 0722d65cf5547970f1b4eeca7a88e3af2ae352b6 | |
parent | 5cc1f2c47796f2f544ace9283d293af3b036a63f [diff] [blame] |
patch 8.0.0925: MS-Windows GUI: channel I/O not handled right away Problem: MS-Windows GUI: channel I/O not handled right away. Solution: Don't call process_message() unless a message is available. (Yasuhiro Matsumoto, closes #1969)
diff --git a/src/version.c b/src/version.c index ec75b71..67e96e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 925, +/**/ 924, /**/ 923,