comparison src/version.c @ 12863:e7ec107f6354 v8.0.1308

patch 8.0.1308: the "Reading from stdin" message may be undesired commit https://github.com/vim/vim/commit/234d16286a2733adedef56784c17415ae169b9ad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 14:55:23 2017 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 15:00:04 +0100
parents d07c1817dd98
children ebb4f6c93598
comparison
equal deleted inserted replaced
12862:9c21b0f08a37 12863:e7ec107f6354
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1308,
769 /**/ 771 /**/
770 1307, 772 1307,
771 /**/ 773 /**/
772 1306, 774 1306,
773 /**/ 775 /**/