# HG changeset patch # User Bram Moolenaar # Date 1415203458 -3600 # Node ID 0ed561752653050472279f14ec75144844b42bf8 # Parent 4abac79c0b7ae7aac0cb32d9930e155de628b63f updated for version 7.4.501 Problem: Typo in file pattern. Solution: Insert a slash and remove a dot. diff --git a/Filelist b/Filelist --- 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 \ diff --git a/src/version.c b/src/version.c --- 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,