changeset 3300:63d3541d0733 v7.3.417

updated for version 7.3.417 Problem: Test 43 fails with a tiny build. Solution: Only run test 43 with at least a small build.
author Bram Moolenaar <bram@vim.org>
date Thu, 26 Jan 2012 18:56:47 +0100
parents 636b2d25ae0e
children a30e19f222a5
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
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    417,
+/**/
     416,
 /**/
     415,