To: vim_dev@googlegroups.com Subject: Patch 7.4.2060 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2060 (after 7.4.2059) Problem: Wrong file name. Solution: Fix typo. Files: src/Make_mvc.mak *** ../vim-7.4.2059/src/Make_mvc.mak 2016-07-17 18:41:43.083790495 +0200 --- src/Make_mvc.mak 2016-07-17 19:01:05.959697946 +0200 *************** *** 1165,1171 **** $(OUTDIR)/crypt_zip.obj: $(OUTDIR) crypt_zip.c $(INCL) ! $(OUTDIR)/dict.obj: $(OUTDIR) dictf.c $(INCL) $(OUTDIR)/diff.obj: $(OUTDIR) diff.c $(INCL) --- 1165,1171 ---- $(OUTDIR)/crypt_zip.obj: $(OUTDIR) crypt_zip.c $(INCL) ! $(OUTDIR)/dict.obj: $(OUTDIR) dict.c $(INCL) $(OUTDIR)/diff.obj: $(OUTDIR) diff.c $(INCL) *** ../vim-7.4.2059/src/version.c 2016-07-17 18:41:43.083790495 +0200 --- src/version.c 2016-07-17 19:01:36.627376711 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2060, /**/ -- Proverb: A nightingale that forgets the lyrics is a hummingbird. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///