summaryrefslogtreecommitdiffstats
path: root/src/misc1.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-10 20:23:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-10 20:23:46 +0000
commitcc016f54108e6f3adf626665d265c7ffa80a9688 (patch)
tree4d9a85897e930e9d31b60288a51d6ec8d262c3f5 /src/misc1.c
parente5180526fdae3caa388b020fb4cf9f9171733a58 (diff)
updated for version 7.0166v7.0166
Diffstat (limited to 'src/misc1.c')
-rw-r--r--src/misc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc1.c b/src/misc1.c
index 2c42eb9515..bef297cf26 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -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 */