From: Bram Moolenaar Date: Tue, 2 Jun 2020 18:25:36 +0000 (+0200) Subject: patch 8.2.0885: "make shadow" does not link new lua test dir X-Git-Tag: v8.2.0885 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac498c8a1c3570c296093a5d9425b2a3a7cdb29;p=thirdparty%2Fvim.git patch 8.2.0885: "make shadow" does not link new lua test dir Problem: "make shadow" does not link new lua test dir. Solution: Also link testdir/testluaplugin. (Elimar Riesebieter) --- diff --git a/src/Makefile b/src/Makefile index 520ef0b933..c12481cc7a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2986,7 +2986,9 @@ shadow: runtime pixmaps ../../testdir/samples \ ../../testdir/dumps \ ../../testdir/test83-tags? \ - ../../testdir/*.ok . + ../../testdir/*.ok \ + ../../testdir/testluaplugin \ + . # After updating Vim new files may have been created, use this to refresh the # symbolic links in the shadow directory. This isn't guaranteed to catch all diff --git a/src/version.c b/src/version.c index 7931e96ef9..5bee0d8151 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 885, /**/ 884, /**/