1
0
forked from aniani/vim

patch 7.4.2060

Problem:    Wrong file name.
Solution:   Fix typo.
This commit is contained in:
Bram Moolenaar
2016-07-17 19:02:16 +02:00
parent 6583c44857
commit a9093fe094
2 changed files with 3 additions and 1 deletions

View File

@@ -1165,7 +1165,7 @@ $(OUTDIR)/crypt.obj: $(OUTDIR) crypt.c $(INCL)
$(OUTDIR)/crypt_zip.obj: $(OUTDIR) crypt_zip.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) $(OUTDIR)/diff.obj: $(OUTDIR) diff.c $(INCL)

View File

@@ -758,6 +758,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 */
/**/
2060,
/**/ /**/
2059, 2059,
/**/ /**/