changeset 11812:4851ff0e1528 v8.0.0786

patch 8.0.0786: build failures on Travis commit https://github.com/vim/vim/commit/8bcc99b821706fe4a0a4b8e1b588d453bbf0dfbd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 13:45:16 2017 +0200 patch 8.0.0786: build failures on Travis Problem: Build failures on Travis. Solution: Go back to precise termporarily. Disable coverage with clang.
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 14:00:05 +0200
parents 6aaaa8cac3e8
children a74603a6495c
files src/version.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    786,
+/**/
     785,
 /**/
     784,