From: Bram Moolenaar Date: Wed, 30 Dec 2015 12:43:56 +0000 (+0100) Subject: patch 7.4.999 X-Git-Tag: v7.4.999 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8cb643eab0e84d6a41f5884c7e41736218425fb;p=vim patch 7.4.999 Problem: "make shadow" creates a broken link. (Tony Mechelynck) Solution: Remove vimrc.unix from the list. --- 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, /**/