mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.0.1530: dump test fails when using a shadow directory
Problem: Dump test fails when using a shadow directory. Solution: Add the directory to the list of symlinks to make (Elimar Riesebieter)
This commit is contained in:
parent
3049418f3d
commit
19eb6658ec
@ -2881,6 +2881,7 @@ shadow: runtime pixmaps
|
||||
../../testdir/pyxfile \
|
||||
../../testdir/sautest \
|
||||
../../testdir/samples \
|
||||
../../testdir/dumps \
|
||||
../../testdir/test83-tags? \
|
||||
../../testdir/*.ok .
|
||||
|
||||
|
@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1530,
|
||||
/**/
|
||||
1529,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user