commit | 578f4cc7d0ce67101832b25cf77246fcd630e3c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 17:19:07 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 17:19:07 2020 +0100 |
tree | 97c28ef1e82c37fca2034cfe786129a4d26d609d | |
parent | e88c8e802cf5ee59a2a6649a5b46c9e80de823ad [diff] [blame] |
patch 8.2.1935: sort test fails on Mac Problem: Sort test fails on Mac. Solution: Disable the sort test with locale on Mac.
diff --git a/src/version.c b/src/version.c index a0c3857..ed74a49 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1935, +/**/ 1934, /**/ 1933,