0
0
mirror of https://github.com/vim/vim.git synced 2025-11-14 23:04:02 -05:00

updated for version 7.0073

This commit is contained in:
Bram Moolenaar
2005-05-19 21:08:39 +00:00
parent 051b782fa0
commit 555b280f28
23 changed files with 331 additions and 208 deletions

View File

@@ -1015,13 +1015,13 @@ ml_recover()
}
home_replace(NULL, mfp->mf_fname, NameBuff, MAXPATHL, TRUE);
msg_str((char_u *)_("Using swap file \"%s\""), NameBuff);
smsg((char_u *)_("Using swap file \"%s\""), NameBuff);
if (buf_spname(curbuf) != NULL)
STRCPY(NameBuff, buf_spname(curbuf));
else
home_replace(NULL, curbuf->b_ffname, NameBuff, MAXPATHL, TRUE);
msg_str((char_u *)_("Original file \"%s\""), NameBuff);
smsg((char_u *)_("Original file \"%s\""), NameBuff);
msg_putchar('\n');
/*