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:
Bram Moolenaar
2021-05-02 13:59:46 +02:00
parent 4a22897591
commit 5f628a12e5
2 changed files with 3 additions and 1 deletions

View File

@ -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
##########################################################

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2823,
/**/
2822,
/**/