diff src/version.c @ 8116:3c1bdf20c8b9 v7.4.1352

commit https://github.com/vim/vim/commit/93bf558caef2d507ef6baf56eaf6025b63da1e34 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 18 22:25:47 2016 +0100 patch 7.4.1352 Problem: The test script lists all functions before executing them. Solution: Only list the function currently being executed.
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Feb 2016 22:30:09 +0100
parents 4aea0b0aa714
children 1f28be191fab
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1352,
+/**/
     1351,
 /**/
     1350,