# HG changeset patch # User Bram Moolenaar # Date 1588021204 -7200 # Node ID c0ad6d98e4e4d97ce29297b10a5668a37eec9b6f # Parent c448fb08bbc0177c134de74f841fa757cafb7431 patch 8.2.0651: old style benchmark test still in list of distributed files Commit: https://github.com/vim/vim/commit/57700ee4acee9b7c7f165360f09c07ec9376d989 Author: Bram Moolenaar Date: Mon Apr 27 22:51:33 2020 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 651, +/**/ 650, /**/ 649,