# HG changeset patch # User Christian Brabandt # Date 1456436705 -3600 # Node ID 3556523480579db269e69be53937dd0571a168b6 # Parent 9b72baaa2dbf4b61cdacf38ee36a3fe65d4f7e18 commit https://github.com/vim/vim/commit/d2227a02b03708eb0579e17612d5a96262f3d463 Author: Bram Moolenaar Date: Thu Feb 25 22:37:42 2016 +0100 patch 7.4.1420 Problem: Missing makefile. Solution: Type the path correctly. diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -2,6 +2,8 @@ # Common Makefile, defines the list of tests to run. # +NO_PLUGIN = -U NONE --noplugin --not-a-term + # The first script creates small.vim. SCRIPTS_FIRST = \ test1.out diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1420, +/**/ 1419, /**/ 1418,