commit | 234d16286a2733adedef56784c17415ae169b9ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 18 14:55:23 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 18 14:55:23 2017 +0100 |
tree | 6e449f9d6348ddc7ef2f50bbe9b8136387af502a | |
parent | ae1e108caaa9ce2ca03076f8c4c10275f0c66b9c [diff] [blame] |
patch 8.0.1308: the "Reading from stdin" message may be undesired Problem: The "Reading from stdin" message may be undesired and there is no easy way to skip it. Solution: Don't show the message with --not-a-term was used.
diff --git a/src/version.c b/src/version.c index 276f4fb..c81d7a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1308, +/**/ 1307, /**/ 1306,