]> granicus.if.org Git - vim/commitdiff
patch 7.4.2352 v7.4.2352
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2016 14:03:48 +0000 (16:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2016 14:03:48 +0000 (16:03 +0200)
Problem:    Netbeans test fails in shadow directory.
Solution:   Also copy README.txt to the shadow directory.

src/Makefile
src/version.c

index 79d7a9c4ad247140e0d1615c42b91628ac8c3e3f..2c0feebe265ba2547705923ce0d41bc55e1bc933 100644 (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 \
index 2409c128c2fbc427678195ffb16ee0d560dc317f..241ae1fcbd508a313c4374613a993acf32f19717 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2352,
 /**/
     2351,
 /**/