From dfd63e30d13fff5603416b6c7e247cebeb003eb0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Jul 2016 10:11:03 +0200 Subject: patch 7.4.2085 Problem: Digraph tests fails on some systems. Solution: Run it separately and set 'encoding' early. --- 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 167d40558..6f9ce5d30 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2085, /**/ 2084, /**/ -- cgit v1.2.1