commit | cc016f54108e6f3adf626665d265c7ffa80a9688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 20:23:46 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 20:23:46 2005 +0000 |
tree | 4d9a85897e930e9d31b60288a51d6ec8d262c3f5 | |
parent | e5180526fdae3caa388b020fb4cf9f9171733a58 [diff] [blame] |
updated for version 7.0166
diff --git a/src/misc1.c b/src/misc1.c index 2c42eb9..bef297c 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -8576,7 +8576,7 @@ } /* 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 */