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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user