Skip to content

Commit

Permalink
patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open…
Browse files Browse the repository at this point in the history
… README

Problem:    MS-Windows: launching Vim from installer doesn't open README.
Solution:   Adjust the quotes.
  • Loading branch information
brammool committed May 2, 2021
1 parent 4a22897 commit 5f628a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nsis/gvim.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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

##########################################################
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2823,
/**/
2822,
/**/
Expand Down

0 comments on commit 5f628a1

Please sign in to comment.