We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c8bd2 commit b8cb643Copy full SHA for b8cb643
src/Makefile
@@ -2481,7 +2481,6 @@ shadow: runtime pixmaps
2481
mkdir $(SHADOWDIR)/testdir
2482
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
2483
../../testdir/Make_all.mak \
2484
- ../../testdir/vimrc.unix \
2485
../../testdir/*.in \
2486
../../testdir/*.vim \
2487
../../testdir/python* \
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 999,
746
/**/
747
998,
748
0 commit comments