mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
refactor(message): smsg_attr -> smsg
This commit is contained in:
@@ -5922,7 +5922,7 @@ void get_system_output_as_rettv(typval_T *argvars, typval_T *rettv, bool retlist
|
||||
if (p_verbose > 3) {
|
||||
char *cmdstr = shell_argv_to_str(argv);
|
||||
verbose_enter_scroll();
|
||||
smsg(_("Executing command: \"%s\""), cmdstr);
|
||||
smsg(0, _("Executing command: \"%s\""), cmdstr);
|
||||
msg_puts("\n\n");
|
||||
verbose_leave_scroll();
|
||||
xfree(cmdstr);
|
||||
|
Reference in New Issue
Block a user