]> granicus.if.org Git - vim/commitdiff
patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open README v8.2.2823
authorBram Moolenaar <Bram@vim.org>
Sun, 2 May 2021 11:59:46 +0000 (13:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 May 2021 11:59:46 +0000 (13:59 +0200)
Problem:    MS-Windows: launching Vim from installer doesn't open README.
Solution:   Adjust the quotes.

nsis/gvim.nsi
src/version.c

index 58ed85c5ebbe6f11b823d53ffa563893dc52465f..3fe0279b74416c276918569e36534145affd7e15 100644 (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
 
 ##########################################################
index acf0e739384c2a0479b71e1f9d040e9aee174190..0e6e3014e0a89ca90fa34ba5cd78b7e288237560 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2823,
 /**/
     2822,
 /**/