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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220824170843.BCE3D1C0D30%40moolenaar.net.