0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0-224

This commit is contained in:
Bram Moolenaar
2007-03-27 14:57:09 +00:00
parent 7cc36e9402
commit 63b9254b8e
4 changed files with 24 additions and 10 deletions

View File

@@ -8924,7 +8924,7 @@ f_expand(argvars, rettv)
if (*s == '%' || *s == '#' || *s == '<')
{
++emsg_off;
rettv->vval.v_string = eval_vars(s, &len, NULL, &errormsg, s);
rettv->vval.v_string = eval_vars(s, s, &len, NULL, &errormsg, NULL);
--emsg_off;
}
else