mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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
|
Function LaunchApplication
|
||||||
SetOutPath $0
|
SetOutPath $0
|
||||||
ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" "-R $"$0\README.txt$""
|
ShellExecAsUser::ShellExecAsUser "" "$0\gvim.exe" '-R "$0\README.txt"'
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2823,
|
||||||
/**/
|
/**/
|
||||||
2822,
|
2822,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user