mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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:
parent
4315f26500
commit
09edc46d01
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user