0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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

@@ -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. */