To: vim_dev@googlegroups.com Subject: Patch 8.1.2409 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2409 Problem: Creating the distribution doesn't work as documented. Solution: Adjust name of uninstall binary. Create src/auto directory if needed. Files: tools/rename.bat, src/Make_mvc.mak *** ../vim-8.1.2408/tools/rename.bat 2016-08-28 19:36:27.000000000 +0200 --- tools/rename.bat 2019-12-07 19:44:32.695794006 +0100 *************** *** 3,6 **** mv xxd/xxd.exe xxdw32.exe mv vim.pdb vimw32.pdb mv install.exe installw32.exe ! mv uninstal.exe uninstalw32.exe --- 3,6 ---- mv xxd/xxd.exe xxdw32.exe mv vim.pdb vimw32.pdb mv install.exe installw32.exe ! mv uninstall.exe uninstallw32.exe *** ../vim-8.1.2408/src/Make_mvc.mak 2019-11-19 23:01:24.639827486 +0100 --- src/Make_mvc.mak 2019-12-07 19:59:51.843712695 +0100 *************** *** 1570,1575 **** --- 1570,1576 ---- $(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c auto/if_perl.c : if_perl.xs typemap + -mkdir auto $(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \ -typemap typemap if_perl.xs -output $@ *** ../vim-8.1.2408/src/version.c 2019-12-07 19:23:18.835219412 +0100 --- src/version.c 2019-12-07 21:01:16.266095539 +0100 *************** *** 744,745 **** --- 744,747 ---- { /* Add new patch number below this line */ + /**/ + 2409, /**/ -- hundred-and-one symptoms of being an internet addict: 220. Your wife asks for sex and you tell her where to find you on IRC. /// 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 ///