]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.501 v7.4.501
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 16:04:18 +0000 (17:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 16:04:18 +0000 (17:04 +0100)
Problem:    Typo in file pattern.
Solution:   Insert a slash and remove a dot.

Filelist
src/version.c

index d8d9ecb59c5345a95145640838777819c23459d4..522375472a6c83c14900d5655f6f5c3efd306c75 100644 (file)
--- 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 \
index 7f27975a43a8dbaa270d39b6292b1ebca2161bf0..3c48dc433441981a3148a952d89a9f88d4487faa 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    501,
 /**/
     500,
 /**/