Skip to content

Commit 58a8f17

Browse files
committed
patch 8.0.1298: missing test file
Problem: Missing test file. Solution: Add samples/test000. (Christian Brabandt)
1 parent 2392143 commit 58a8f17

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ SRC_ALL = \
135135
src/testdir/bench*.in \
136136
src/testdir/bench*.vim \
137137
src/testdir/samples/*.txt \
138+
src/testdir/samples/test000 \
138139
src/testdir/if_ver*.vim \
139140
src/testdir/xterm_ramp.vim \
140141
src/proto.h \

src/testdir/samples/test000

8 Bytes
Binary file not shown.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,8 @@ static char *(features[]) =
766766

767767
static int included_patches[] =
768768
{ /* Add new patch number below this line */
769+
/**/
770+
1298,
769771
/**/
770772
1297,
771773
/**/

0 commit comments

Comments
 (0)