From: Bram Moolenaar Date: Mon, 27 Apr 2020 20:51:33 +0000 (+0200) Subject: patch 8.2.0651: old style benchmark test still in list of distributed files X-Git-Tag: v8.2.0651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57700ee4acee9b7c7f165360f09c07ec9376d989;p=vim patch 8.2.0651: old style benchmark test still in list of distributed files Problem: Old style benchmark test still in list of distributed files. Solution: Remove the files from the list. --- diff --git a/Filelist b/Filelist index ff5994ba0..46f6774e7 100644 --- a/Filelist +++ b/Filelist @@ -183,8 +183,6 @@ SRC_ALL = \ src/testdir/python_after/*.py \ src/testdir/python_before/*.py \ src/testdir/pyxfile/*.py \ - src/testdir/bench*.in \ - src/testdir/bench*.vim \ src/testdir/dumps/*.dump \ src/testdir/samples/*.txt \ src/testdir/samples/test000 \ diff --git a/src/version.c b/src/version.c index d58ef8ac0..6542b37af 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 651, /**/ 650, /**/