mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0315: shell command is displayed in message window
Problem: Shell command is displayed in message window. Solution: Do not echo the shell command in the message window.
This commit is contained in:
@@ -1011,6 +1011,7 @@ do_bang(
|
||||
if (addr_count == 0) // :!
|
||||
{
|
||||
// echo the command
|
||||
dont_use_message_window();
|
||||
msg_start();
|
||||
msg_putchar(':');
|
||||
msg_putchar('!');
|
||||
|
Reference in New Issue
Block a user