]> granicus.if.org Git - vim/commitdiff
patch 7.4.2060 v7.4.2060
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Jul 2016 17:02:16 +0000 (19:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Jul 2016 17:02:16 +0000 (19:02 +0200)
Problem:    Wrong file name.
Solution:   Fix typo.

src/Make_mvc.mak
src/version.c

index fd6b999275f9d3952f4d3d493d04d9ecb8352f29..10a1cd842798d334e1bddb32481b2f0c3bbaa9e5 100644 (file)
@@ -1165,7 +1165,7 @@ $(OUTDIR)/crypt.obj:      $(OUTDIR) crypt.c  $(INCL)
 
 $(OUTDIR)/crypt_zip.obj: $(OUTDIR) crypt_zip.c  $(INCL)
 
-$(OUTDIR)/dict.obj:    $(OUTDIR) dictf.c  $(INCL)
+$(OUTDIR)/dict.obj:    $(OUTDIR) dict.c  $(INCL)
 
 $(OUTDIR)/diff.obj:    $(OUTDIR) diff.c  $(INCL)
 
index 3c04f4c305b639af1a17850060d04b918904a47c..66bc07ea844fa7cb2473bfdfb95bd722ca0e9809 100644 (file)
@@ -758,6 +758,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2060,
 /**/
     2059,
 /**/