diff options
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index d88111a13..1f95d0e2e 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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; } |