To: vim_dev@googlegroups.com Subject: Patch 9.0.0258 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0258 Problem: MS-Windows installer skips syntax/shared. Solution: Use "File /r" in the installer script. (Ken Takata, closes #10972) Files: nsis/gvim.nsi *** ../vim-9.0.0257/nsis/gvim.nsi 2022-05-06 18:04:15.000000000 +0100 --- nsis/gvim.nsi 2022-08-24 18:07:01.165808987 +0100 *************** *** 366,376 **** File ${VIMTOOLS}\winpty-agent.exe SetOutPath $0\colors ! File ${VIMRT}\colors\*.* ! SetOutPath $0\colors\tools ! File ${VIMRT}\colors\tools\*.* ! SetOutPath $0\colors\lists ! File ${VIMRT}\colors\lists\*.* SetOutPath $0\compiler File ${VIMRT}\compiler\*.* --- 366,372 ---- File ${VIMTOOLS}\winpty-agent.exe SetOutPath $0\colors ! File /r ${VIMRT}\colors\*.* SetOutPath $0\compiler File ${VIMRT}\compiler\*.* *************** *** 395,407 **** File ${VIMRT}\plugin\*.* SetOutPath $0\autoload ! File ${VIMRT}\autoload\*.* ! ! SetOutPath $0\autoload\dist ! File ${VIMRT}\autoload\dist\*.* ! ! SetOutPath $0\autoload\xml ! File ${VIMRT}\autoload\xml\*.* SetOutPath $0\import\dist File ${VIMRT}\import\dist\*.* --- 391,397 ---- File ${VIMRT}\plugin\*.* SetOutPath $0\autoload ! File /r ${VIMRT}\autoload\*.* SetOutPath $0\import\dist File ${VIMRT}\import\dist\*.* *************** *** 410,416 **** File ${VIMSRC}\vim.ico SetOutPath $0\syntax ! File ${VIMRT}\syntax\*.* SetOutPath $0\spell File ${VIMRT}\spell\*.txt --- 400,406 ---- File ${VIMSRC}\vim.ico SetOutPath $0\syntax ! File /r ${VIMRT}\syntax\*.* SetOutPath $0\spell File ${VIMRT}\spell\*.txt *** ../vim-9.0.0257/src/version.c 2022-08-24 17:46:05.065197599 +0100 --- src/version.c 2022-08-24 18:06:23.401961789 +0100 *************** *** 733,734 **** --- 733,736 ---- { /* Add new patch number below this line */ + /**/ + 258, /**/ -- To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///