]> granicus.if.org Git - vim/commitdiff
patch 8.0.0555: toupper/tolower test fails on OSX without Darwin v8.0.0555
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Apr 2017 12:58:15 +0000 (14:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Apr 2017 12:58:15 +0000 (14:58 +0200)
Problem:    Toupper/tolower test fails on OSX without Darwin.
Solution:   Skip that part of the test also for OSX. (Kazunobu Kuriyama)

src/testdir/test_normal.vim
src/version.c

index 155ddbfb30230fbe2b94b71487f1903c8dc48e20..21d6aa9881438f8ea4c66c0afa5deca41b0e744e 100644 (file)
@@ -1605,7 +1605,7 @@ fun! Test_normal30_changecase()
 
   " Turkish ASCII turns to multi-byte.  On Mac the Turkish locale is available
   " but toupper()/tolower() don't do the right thing.
-  if !has('mac')
+  if !has('mac') && !has('osx')
     try
       lang tr_TR.UTF-8
       set casemap=
index 578cfe3bf71e5846a0da2b5c8aa9638f9e707f6a..7cf764443767f6d7d1963fba2eb94b4749a56c3c 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    555,
 /**/
     554,
 /**/