From 045a284a83c2a85113de233d5233eae34724a4b6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 8 Mar 2016 22:33:07 +0100 Subject: patch 7.4.1524 Problem: Channel test fails on BSD. Solution: Break out of the loop when connect() succeeds. (Ozaki Kiichi) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index dffa9f0fd..a760c7605 100644 --- 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 */ +/**/ + 1524, /**/ 1523, /**/ -- cgit v1.2.3