commit | 309c4e0ed7dcf42011e29976a06e6335f5ae6d1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 12:23:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 12:23:39 2022 +0100 |
tree | 5795ac80d9bdc65ea251d50c627a1955b4d43602 | |
parent | bf26941f40923d331169a4ecb7341608f5d1ca38 [diff] [blame] |
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.
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 01518ff..9630252 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -1011,6 +1011,7 @@ if (addr_count == 0) // :! { // echo the command + dont_use_message_window(); msg_start(); msg_putchar(':'); msg_putchar('!');