Patch 8.2.2823

6 views
Skip to first unread message

Bram Moolenaar

unread,
May 2, 2021, 8:07:18 AM5/2/21
to vim...@googlegroups.com

Patch 8.2.2823
Problem: MS-Windows: launching Vim from installer doesn't open README.
Solution: Adjust the quotes.
Files: nsis/gvim.nsi


*** ../vim-8.2.2822/nsis/gvim.nsi 2021-05-01 22:40:56.533884767 +0200
--- nsis/gvim.nsi 2021-05-02 13:04:46.189274747 +0200
***************
*** 302,308 ****

Function LaunchApplication
SetOutPath $0
! ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" "-R $"$0\README.txt$""
FunctionEnd

##########################################################
--- 302,308 ----

Function LaunchApplication
SetOutPath $0
! ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" '-R "$0\README.txt"'
FunctionEnd

##########################################################
*** ../vim-8.2.2822/src/version.c 2021-05-01 22:40:56.533884767 +0200
--- src/version.c 2021-05-02 13:59:19.577552862 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2823,
/**/

--
msdn.microsoft.com:
ERROR_SUCCESS 0 (0x0) The operation completed successfully.
I have always suspected that for Microsoft success is an error.

/// 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