diff src/version.c @ 8161:e9caba58213b v7.4.1374

commit https://github.com/vim/vim/commit/af7559f66603075e9b4d39d873b2161ea3ec8492 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 21:48:25 2016 +0100 patch 7.4.1374 Problem: Channel test hangs on MS-Windows. Solution: Disable the ch_read() that is supposed to time out.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 22:00:04 +0100
parents d0958e22d9ff
children d8a8e86f39ad
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1374,
+/**/
     1373,
 /**/
     1372,