To: vim_dev@googlegroups.com Subject: Patch 8.2.2823 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///