1
0
forked from aniani/vim

updated for version 7.1-186

This commit is contained in:
Bram Moolenaar
2008-01-02 20:08:25 +00:00
parent 2c994e8516
commit a0174af16f
3 changed files with 10 additions and 1 deletions

View File

@@ -7799,6 +7799,7 @@ static char_u *prev_dir = NULL;
free_cd_dir()
{
vim_free(prev_dir);
prev_dir = NULL;
}
#endif
@@ -9521,6 +9522,7 @@ eval_vars(src, srcstart, usedlen, lnump, errormsg, escaped)
*errormsg = (char_u *)_("E495: no autocommand file name to substitute for \"<afile>\"");
return NULL;
}
result = shorten_fname1(result);
break;
case SPEC_ABUF: /* buffer number for autocommand */