0
0
mirror of https://github.com/vim/vim.git synced 2025-09-15 23:23:38 -04:00

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.
This commit is contained in:
Bram Moolenaar 2020-04-27 22:51:33 +02:00
parent 4c17ad94ec
commit 57700ee4ac
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
651,
/**/
650,
/**/