commit | 9f4de1f5435b900e43e19766da1a5bed4686cf44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 08 19:39:43 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 08 19:39:43 2017 +0200 |
tree | 4bd7ea67b5043048bded43dc644bc0eb8873c96e | |
parent | 3317d5ebbe8304da82b8088446060afcae0012af [diff] [blame] |
patch 8.0.0553: toupper/tolower test fails on Mac Problem: Toupper/tolower test with Turkish locale fails on Mac. Solution: Skip the test on Mac.
diff --git a/src/version.c b/src/version.c index e37178b..9fb32c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 553, +/**/ 552, /**/ 551,