forked from aniani/vim
		
	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:
		| @@ -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, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user