diff options
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c index 841940225..5d36cc152 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -1795,7 +1795,7 @@ call_shell(char_u *cmd, int opt) { verbose_enter(); smsg(_("Calling shell to execute: \"%s\""), cmd == NULL ? p_sh : cmd); - out_char('\n'); + msg_putchar_attr('\n', 0); cursor_on(); verbose_leave(); } |