diff src/version.c @ 8118:1f28be191fab v7.4.1353

commit https://github.com/vim/vim/commit/922d25f99c6d38e7f9cfca7a53ab841641517ebc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 18 22:58:26 2016 +0100 patch 7.4.1353 Problem: Test_connect_waittime is skipped for MS-Windows. Solution: Add the test back, it works now.
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Feb 2016 23:00:25 +0100
parents 3c1bdf20c8b9
children 350f8040bd37
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 */
 /**/
+    1353,
+/**/
     1352,
 /**/
     1351,