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/version.c b/src/version.c index b1eb73f..82b43be 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 315, +/**/ 314, /**/ 313,