diff src/version.c @ 15537:d255018b40ff v8.1.0776

patch 8.1.0776: Travis does not build a version without GUI on Linux commit https://github.com/vim/vim/commit/b2e54b009279754e420c992a5e4ec05b0728d915 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 19 13:46:50 2019 +0100 patch 8.1.0776: Travis does not build a version without GUI on Linux Problem: Travis does not build a version without GUI on Linux. Solution: Add an environment for tiny features without GUI.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jan 2019 14:00:06 +0100
parents 45a159f62dd0
children ba876ced4f1f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    776,
+/**/
     775,
 /**/
     774,