# HG changeset patch # User Christian Brabandt # Date 1473430507 -7200 # Node ID d58155e981f34911bf07132646e9ad6ada97531e # Parent d745005ad76961ab3ca932e5fc9b41715cb9f9ad commit https://github.com/vim/vim/commit/922a443cfdb1a37ef8bdeadf84f8b821ec4b37bd Author: Bram Moolenaar Date: Fri Sep 9 16:03:48 2016 +0200 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 --- a/src/Makefile +++ b/src/Makefile @@ -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 \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2352, +/**/ 2351, /**/ 2350,