0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.1298: missing test file

Problem:    Missing test file.
Solution:   Add samples/test000. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2017-11-14 20:23:15 +01:00
parent 2392143236
commit 58a8f1706f
3 changed files with 3 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ SRC_ALL = \
src/testdir/bench*.in \
src/testdir/bench*.vim \
src/testdir/samples/*.txt \
src/testdir/samples/test000 \
src/testdir/if_ver*.vim \
src/testdir/xterm_ramp.vim \
src/proto.h \

BIN
src/testdir/samples/test000 Normal file

Binary file not shown.

View File

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