diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-10 20:23:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-10 20:23:46 +0000 |
commit | cc016f54108e6f3adf626665d265c7ffa80a9688 (patch) | |
tree | 4d9a85897e930e9d31b60288a51d6ec8d262c3f5 /src/misc1.c | |
parent | e5180526fdae3caa388b020fb4cf9f9171733a58 (diff) | |
download | vim-git-cc016f54108e6f3adf626665d265c7ffa80a9688.tar.gz |
updated for version 7.0166v7.0166
Diffstat (limited to 'src/misc1.c')
-rw-r--r-- | src/misc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc1.c b/src/misc1.c index 2c42eb951..bef297cf2 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 */ |