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.
This commit is contained in:
@ -302,7 +302,7 @@ FunctionEnd
|
||||
|
||||
Function LaunchApplication
|
||||
SetOutPath $0
|
||||
ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" "-R $"$0\README.txt$""
|
||||
ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" '-R "$0\README.txt"'
|
||||
FunctionEnd
|
||||
|
||||
##########################################################
|
||||
|
Reference in New Issue
Block a user