comparison nsis/gvim.nsi @ 24567:d5b5267595c5 v8.2.2823

patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open README Commit: https://github.com/vim/vim/commit/5f628a12e5c7ebd1145ae1c089d1be1751b700c1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 2 13:59:46 2021 +0200 patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open README Problem: MS-Windows: launching Vim from installer doesn't open README. Solution: Adjust the quotes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 May 2021 14:00:03 +0200
parents 138e9caf4a7a
children 54425c665ba9
comparison
equal deleted inserted replaced
24566:9bc67522a0c0 24567:d5b5267595c5
300 Exch $0 # put $0 on top of stack, restore $0 to original value 300 Exch $0 # put $0 on top of stack, restore $0 to original value
301 FunctionEnd 301 FunctionEnd
302 302
303 Function LaunchApplication 303 Function LaunchApplication
304 SetOutPath $0 304 SetOutPath $0
305 ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" "-R $"$0\README.txt$"" 305 ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" '-R "$0\README.txt"'
306 FunctionEnd 306 FunctionEnd
307 307
308 ########################################################## 308 ##########################################################
309 Section "$(str_section_old_ver)" id_section_old_ver 309 Section "$(str_section_old_ver)" id_section_old_ver
310 SectionIn 1 2 3 RO 310 SectionIn 1 2 3 RO