]> granicus.if.org Git - vim/commitdiff
patch 7.4.999 v7.4.999
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Dec 2015 12:43:56 +0000 (13:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Dec 2015 12:43:56 +0000 (13:43 +0100)
Problem:    "make shadow" creates a broken link. (Tony Mechelynck)
Solution:   Remove vimrc.unix from the list.

src/Makefile
src/version.c

index 7cdf813020559e9cbdaf47dec3828416f8ced06c..4096e556ebc874bdbc0fd9e14cc777877b924152 100644 (file)
@@ -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* \
index 670c0af77eff53af7ea3fbd748fab272cbeb3dee..4216cfdc1658d94e87616b480341e596424b0caf 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    999,
 /**/
     998,
 /**/