From 578f4cc7d0ce67101832b25cf77246fcd630e3c0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 1 Nov 2020 17:19:07 +0100 Subject: patch 8.2.1935: sort test fails on Mac Problem: Sort test fails on Mac. Solution: Disable the sort test with locale on Mac. --- 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 a0c3857b8..ed74a497f 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1935, /**/ 1934, /**/ -- cgit v1.2.1