Elimar Riesebieter
unread,Jun 2, 2020, 1:28:23 PM6/2/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
Building latest release with shadowdirs complains missing
testluaplugin.
Added testdir/testluaplugin to the shadowfiles in Makefile.
---
src/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 520ef0b93..594dfabfc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2986,7 +2986,8 @@ 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
--
2.27.0
--
Alles, was viel bedacht wird, wird bedenklich!;-)
Friedrich Nietzsche