# HG changeset patch # User Christian Brabandt # Date 1462022105 -7200 # Node ID 0764ed56b18c5db583e4cc42f67716c9941fec34 # Parent 515717037fc1c4bfb841ee725abbedb7a7f33d1f commit https://github.com/vim/vim/commit/4cc39a527fecc96ad6639f10c9389c66af828cf1 Author: Bram Moolenaar Date: Sat Apr 30 15:08:27 2016 +0200 patch 7.4.1805 Problem: Running tests in shadow dir fails. Solution: Link the samples directory diff --git a/src/Makefile b/src/Makefile --- 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 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1805, +/**/ 1804, /**/ 1803,