1
0
forked from aniani/vim

updated for version 7.0166

This commit is contained in:
Bram Moolenaar
2005-12-10 20:23:46 +00:00
parent e5180526fd
commit cc016f5410
8 changed files with 103 additions and 92 deletions

View File

@@ -8576,7 +8576,7 @@ unix_expandpath(gap, path, wildoff, flags, didstar)
}
/* compile the regexp into a program */
#ifdef MACOS_X /* Can/Should we use CASE_INSENSITIVE_FILENAME instead ?*/
#ifdef CASE_INSENSITIVE_FILENAME
regmatch.rm_ic = TRUE; /* Behave like Terminal.app */
#else
regmatch.rm_ic = FALSE; /* Don't ever ignore case */