Patch 8.2.4370

5 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 13, 2022, 8:12:54 AM2/13/22
to vim...@googlegroups.com

Patch 8.2.4370
Problem: MS-Windows: libsodium.dll not included with the installer.
Solution: Add the file to the installer if it exists. (Christian Brabandt,
closes #9762)
Files: nsis/gvim.nsi


*** ../vim-8.2.4369/nsis/gvim.nsi 2021-10-24 20:34:01.426895140 +0100
--- nsis/gvim.nsi 2022-02-13 13:08:21.538354672 +0000
***************
*** 348,353 ****
--- 348,356 ----
!if /FileExists "${VIMSRC}\vim${BIT}.dll"
File ${VIMSRC}\vim${BIT}.dll
!endif
+ !if /FileExists "${VIMRT}\libsodium.dll"
+ File ${VIMRT}\libsodium.dll
+ !endif
File /oname=install.exe ${VIMSRC}\installw32.exe
File /oname=uninstall.exe ${VIMSRC}\uninstallw32.exe
File ${VIMSRC}\vimrun.exe
*** ../vim-8.2.4369/src/version.c 2022-02-13 12:24:17.773683851 +0000
--- src/version.c 2022-02-13 13:10:25.066190437 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4370,
/**/

--
A day without sunshine is like, well, night.

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages