mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 7.4.2060
Problem: Wrong file name. Solution: Fix typo.
This commit is contained in:
		| @@ -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) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -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, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user