comparison src/version.c @ 12090:c4caf49c8bf4 v8.0.0925

patch 8.0.0925: MS-Windows GUI: channel I/O not handled right away commit https://github.com/vim/vim/commit/62426e168ef29fb941d1bd91a112fa09445322a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 15:37:58 2017 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 15:45:04 +0200
parents ca1e425a5fbf
children bf3a61119baf
comparison
equal deleted inserted replaced
12089:d61607f10e9f 12090:c4caf49c8bf4
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 925,
772 /**/ 774 /**/
773 924, 775 924,
774 /**/ 776 /**/
775 923, 777 923,
776 /**/ 778 /**/