0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1805

Problem:    Running tests in shadow dir fails.
Solution:   Link the samples directory
This commit is contained in:
Bram Moolenaar
2016-04-30 15:08:27 +02:00
parent b20545f2a7
commit 4cc39a527f
2 changed files with 3 additions and 0 deletions

View File

@@ -2608,6 +2608,7 @@ shadow: runtime pixmaps
../../testdir/*.py \
../../testdir/python* \
../../testdir/sautest \
../../testdir/samples \
../../testdir/test83-tags? \
../../testdir/*.ok .

View File

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