mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 7.4.999
Problem: "make shadow" creates a broken link. (Tony Mechelynck) Solution: Remove vimrc.unix from the list.
This commit is contained in:
@@ -2481,7 +2481,6 @@ shadow: runtime pixmaps
|
|||||||
mkdir $(SHADOWDIR)/testdir
|
mkdir $(SHADOWDIR)/testdir
|
||||||
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
|
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
|
||||||
../../testdir/Make_all.mak \
|
../../testdir/Make_all.mak \
|
||||||
../../testdir/vimrc.unix \
|
|
||||||
../../testdir/*.in \
|
../../testdir/*.in \
|
||||||
../../testdir/*.vim \
|
../../testdir/*.vim \
|
||||||
../../testdir/python* \
|
../../testdir/python* \
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
999,
|
||||||
/**/
|
/**/
|
||||||
998,
|
998,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user