0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0073

This commit is contained in:
Bram Moolenaar
2005-05-19 21:00:46 +00:00
parent 9c13b359b4
commit 051b782fa0
24 changed files with 121 additions and 135 deletions

View File

@@ -8342,7 +8342,7 @@ auto_next_pat(apc, stop_at_last)
sprintf((char *)sourcing_name, s,
(char *)name, (char *)ap->pat);
if (p_verbose >= 8)
msg_str((char_u *)_("Executing %s"), sourcing_name);
smsg((char_u *)_("Executing %s"), sourcing_name);
}
apc->curpat = ap;
@@ -8410,7 +8410,7 @@ getnextac(c, cookie, indent)
if (p_verbose >= 9)
{
msg_scroll = TRUE; /* always scroll up, don't overwrite */
msg_str((char_u *)_("autocommand %s"), ac->cmd);
smsg((char_u *)_("autocommand %s"), ac->cmd);
msg_puts((char_u *)"\n"); /* don't overwrite this either */
cmdline_row = msg_row;
}