From: Bram Moolenaar Date: Sat, 30 Apr 2016 13:08:27 +0000 (+0200) Subject: patch 7.4.1805 X-Git-Tag: v7.4.1805 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cc39a527fecc96ad6639f10c9389c66af828cf1;p=thirdparty%2Fvim.git patch 7.4.1805 Problem: Running tests in shadow dir fails. Solution: Link the samples directory --- diff --git a/src/Makefile b/src/Makefile index 19b147c76d..b3b8daf0b1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2608,6 +2608,7 @@ shadow: runtime pixmaps ../../testdir/*.py \ ../../testdir/python* \ ../../testdir/sautest \ + ../../testdir/samples \ ../../testdir/test83-tags? \ ../../testdir/*.ok . diff --git a/src/version.c b/src/version.c index e891af900e..86f38e6390 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1805, /**/ 1804, /**/