diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1230,
+/**/
     1229,
 /**/
     1228,