forked from aniani/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.
This commit is contained in:
2
Filelist
2
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 \
|
||||
|
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
651,
|
||||
/**/
|
||||
650,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user