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 -- [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/202105021207.142C7Bk3008817%40masaka.moolenaar.net.