From b8cb643eab0e84d6a41f5884c7e41736218425fb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 30 Dec 2015 13:43:56 +0100 Subject: [PATCH] patch 7.4.999 Problem: "make shadow" creates a broken link. (Tony Mechelynck) Solution: Remove vimrc.unix from the list. --- src/Makefile | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 7cdf81302..4096e556e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2481,7 +2481,6 @@ shadow: runtime pixmaps mkdir $(SHADOWDIR)/testdir cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \ ../../testdir/Make_all.mak \ - ../../testdir/vimrc.unix \ ../../testdir/*.in \ ../../testdir/*.vim \ ../../testdir/python* \ diff --git a/src/version.c b/src/version.c index 670c0af77..4216cfdc1 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 999, /**/ 998, /**/ -- 2.50.1