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/main.c | |
parent | e5180526fdae3caa388b020fb4cf9f9171733a58 (diff) | |
download | vim-git-cc016f54108e6f3adf626665d265c7ffa80a9688.tar.gz |
updated for version 7.0166v7.0166
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index fd4f4e44e..19bdb09e1 100644 --- a/src/main.c +++ b/src/main.c @@ -2061,6 +2061,12 @@ scripterror: mch_exit(2); } #endif + +#ifdef USE_FNAME_CASE + /* Make the case of the file name match the actual file. */ + fname_case(p, 0); +#endif + alist_add(&global_alist, p, #if (!defined(UNIX) && !defined(__EMX__)) || defined(ARCHIE) parmp->literal ? 2 : 0 /* add buffer nr after exp. */ |