diff src/version.c @ 9782:d6a69f968249 v7.4.2166

commit https://github.com/vim/vim/commit/328604307ba26e3182eb0b096e820f9cd346c2dd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 19:24:23 2016 +0200 patch 7.4.2166 Problem: Small build can't run startup test. Solution: Skip the test.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 19:30:06 +0200
parents 103ad8a18ebc
children 60a06c331524
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2166,
+/**/
     2165,
 /**/
     2164,