mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 7.4.2352
Problem: Netbeans test fails in shadow directory. Solution: Also copy README.txt to the shadow directory.
This commit is contained in:
parent
ff330ff2c4
commit
922a443cfd
@ -2714,6 +2714,7 @@ shadow: runtime pixmaps
|
|||||||
mkdir $(SHADOWDIR)/testdir
|
mkdir $(SHADOWDIR)/testdir
|
||||||
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
|
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
|
||||||
../../testdir/Make_all.mak \
|
../../testdir/Make_all.mak \
|
||||||
|
../../testdir/README.txt \
|
||||||
../../testdir/*.in \
|
../../testdir/*.in \
|
||||||
../../testdir/*.vim \
|
../../testdir/*.vim \
|
||||||
../../testdir/*.py \
|
../../testdir/*.py \
|
||||||
|
@ -763,6 +763,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 */
|
||||||
|
/**/
|
||||||
|
2352,
|
||||||
/**/
|
/**/
|
||||||
2351,
|
2351,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user