We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc4820 commit d2381a2Copy full SHA for d2381a2
src/testdir/test_normal.vim
@@ -1605,7 +1605,7 @@ fun! Test_normal30_changecase()
1605
1606
" Turkish ASCII turns to multi-byte. On Mac the Turkish locale is available
1607
" but toupper()/tolower() don't do the right thing.
1608
- if !has('mac')
+ if !has('mac') && !has('osx')
1609
try
1610
lang tr_TR.UTF-8
1611
set casemap=
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 555,
769
/**/
770
554,
771
0 commit comments