To: vim_dev@googlegroups.com Subject: Patch 8.0.1813 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1813 Problem: Windows installer doesn't install terminal debugger. Solution: Add the package to the list of files to install. Files: nsis/gvim.nsi *** ../vim-8.0.1812/nsis/gvim.nsi 2018-02-04 19:11:26.666502170 +0100 --- nsis/gvim.nsi 2018-05-10 21:23:23.969590915 +0200 *************** *** 267,272 **** --- 267,275 ---- SetOutPath $0\pack\dist\opt\swapmouse\plugin File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.* + SetOutPath $0\pack\dist\opt\termdebug\plugin + File ${VIMRT}\pack\dist\opt\termdebug\plugin\*.* + SetOutPath $0\plugin File ${VIMRT}\plugin\*.* *** ../vim-8.0.1812/src/version.c 2018-05-10 18:55:23.671804871 +0200 --- src/version.c 2018-05-10 21:21:59.674151294 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1813, /**/ -- ARTHUR: Did you say shrubberies? ROGER: Yes. Shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///