comparison src/version.c @ 7866:30a9f5fc3508 v7.4.1230

commit https://github.com/vim/vim/commit/ca568aeec60dd6cc13b4dcf5cec0e0a07113547f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 1 21:32:58 2016 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Feb 2016 21:45:05 +0100
parents 6b0891de44a9
children 17e6ff1a74f1
comparison
equal deleted inserted replaced
7865:c6322fd49aeb 7866:30a9f5fc3508
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 1230,
745 /**/ 747 /**/
746 1229, 748 1229,
747 /**/ 749 /**/
748 1228, 750 1228,
749 /**/ 751 /**/