0
0
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:
Bram Moolenaar 2016-09-09 16:03:48 +02:00
parent ff330ff2c4
commit 922a443cfd
2 changed files with 3 additions and 0 deletions

View File

@ -2714,6 +2714,7 @@ shadow: runtime pixmaps
mkdir $(SHADOWDIR)/testdir
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
../../testdir/Make_all.mak \
../../testdir/README.txt \
../../testdir/*.in \
../../testdir/*.vim \
../../testdir/*.py \

View File

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