0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 8.0.1548: screen dump test script not included in distribution

Problem:    Screen dump test script not included in distribution.
Solution:   Add the script to the list of distributed files.
This commit is contained in:
Bram Moolenaar 2018-02-27 17:07:43 +01:00
parent 9c474b2773
commit 75542ec9f6
2 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,7 @@ SRC_ALL = \
src/testdir/sautest/autoload/*.vim \
src/testdir/runtest.vim \
src/testdir/shared.vim \
src/testdir/screendump.vim \
src/testdir/view_util.vim \
src/testdir/setup.vim \
src/testdir/gui_init.vim \

View File

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