forked from aniani/vim
updated for version 7.1-123
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user