changeset 6337:0ed561752653 v7.4.501

updated for version 7.4.501 Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 17:04:18 +0100
parents 4abac79c0b7a
children 7ec3ce5f0af1
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -104,7 +104,7 @@ SRC_ALL =	\
 		src/testdir/python_before/*.py \
 		src/testdir/bench*.in \
 		src/testdir/bench*.vim \
-		src/testdir/samples.*.txt \
+		src/testdir/samples/*.txt \
 		src/proto.h \
 		src/proto/blowfish.pro \
 		src/proto/buffer.pro \
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    501,
+/**/
     500,
 /**/
     499,