1
0
forked from aniani/vim

updated for version 7.1-123

This commit is contained in:
Bram Moolenaar
2007-09-26 20:36:32 +00:00
parent dfc7aa2ccd
commit 9f0545d6de
5 changed files with 45 additions and 27 deletions

View File

@@ -4403,7 +4403,7 @@ expand_filename(eap, cmdlinep, errormsgp)
|| vim_strchr(eap->arg, '~') != NULL)
{
expand_env_esc(eap->arg, NameBuff, MAXPATHL,
TRUE, NULL);
TRUE, TRUE, NULL);
has_wildcards = mch_has_wildcard(NameBuff);
p = NameBuff;
}