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:
parent
4c17ad94ec
commit
57700ee4ac
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,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user