changeset 20191:c0ad6d98e4e4 v8.2.0651

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 <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Apr 2020 23:00:04 +0200
parents c448fb08bbc0
children dd8b54d691df
files Filelist src/version.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,