]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.0885: "make shadow" does not link new lua test dir v8.2.0885
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Jun 2020 18:25:36 +0000 (20:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Jun 2020 18:25:36 +0000 (20:25 +0200)
Problem:    "make shadow" does not link new lua test dir.
Solution:   Also link testdir/testluaplugin. (Elimar Riesebieter)

src/Makefile
src/version.c

index 520ef0b933099899f5c25eb8f5fa50dbd556863d..c12481cc7ac57d201e81d0c78af09bb4eedbe39c 100644 (file)
@@ -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
index 7931e96ef977979f80aafe1801d53ea131a87a64..5bee0d81517a89ab4bf05809f86ea9e6fedd592e 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    885,
 /**/
     884,
 /**/