forked from aniani/vim
updated for version 7.4.162
Problem: Running tests in shadow dir doesn't work. Solution: Add testdir/sautest to the shadow target. (James McCoy)
This commit is contained in:
@@ -2381,6 +2381,7 @@ shadow: runtime pixmaps
|
|||||||
../../testdir/*.in \
|
../../testdir/*.in \
|
||||||
../../testdir/*.vim \
|
../../testdir/*.vim \
|
||||||
../../testdir/python* \
|
../../testdir/python* \
|
||||||
|
../../testdir/sautest \
|
||||||
../../testdir/test83-tags? \
|
../../testdir/test83-tags? \
|
||||||
../../testdir/*.ok .
|
../../testdir/*.ok .
|
||||||
|
|
||||||
|
@@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
162,
|
||||||
/**/
|
/**/
|
||||||
161,
|
161,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user