Skip to content

Commit b8cb643

Browse files
committed
patch 7.4.999
Problem: "make shadow" creates a broken link. (Tony Mechelynck) Solution: Remove vimrc.unix from the list.
1 parent f9c8bd2 commit b8cb643

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,6 @@ shadow: runtime pixmaps
24812481
mkdir $(SHADOWDIR)/testdir
24822482
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
24832483
../../testdir/Make_all.mak \
2484-
../../testdir/vimrc.unix \
24852484
../../testdir/*.in \
24862485
../../testdir/*.vim \
24872486
../../testdir/python* \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
999,
744746
/**/
745747
998,
746748
/**/

0 commit comments

Comments
 (0)