changeset 20663:a72e3f26a361 v8.2.0885

patch 8.2.0885: "make shadow" does not link new lua test dir Commit: https://github.com/vim/vim/commit/3ac498c8a1c3570c296093a5d9425b2a3a7cdb29 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 2 20:25:36 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Jun 2020 20:30:04 +0200
parents 0e498c32ebad
children 2ee305469487
files src/Makefile src/version.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    885,
+/**/
     884,
 /**/
     883,