commit | 9404a18ad9a47b10fc8de908da833ba7f12f72f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 03 22:25:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 03 22:25:40 2019 +0200 |
tree | a15e0fcba7660aafe8c62bbbeb27dbac8b50825b | |
parent | 819d3e52a1eab35409ea7e0ebdb2340507a42684 [diff] [blame] |
patch 8.1.1258: the "N files to edit" message can not be surpressed Problem: The "N files to edit" message can not be surpressed. Solution: Surpress the message with --not-a-term. (closes #4320)
diff --git a/src/version.c b/src/version.c index e5582e9..69ab34b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1258, +/**/ 1257, /**/ 1256,