patch 7.4.2352
Problem:    Netbeans test fails in shadow directory.
Solution:   Also copy README.txt to the shadow directory.
diff --git a/src/Makefile b/src/Makefile
index 79d7a9c..2c0feeb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2714,6 +2714,7 @@
 	mkdir $(SHADOWDIR)/testdir
 	cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
 				 ../../testdir/Make_all.mak \
+				 ../../testdir/README.txt \
 				 ../../testdir/*.in \
 				 ../../testdir/*.vim \
 				 ../../testdir/*.py \
diff --git a/src/version.c b/src/version.c
index 2409c12..241ae1f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2352,
+/**/
     2351,
 /**/
     2350,