diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 58ed85c5eb..3fe0279b74 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -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 ########################################################## diff --git a/src/version.c b/src/version.c index acf0e73938..0e6e3014e0 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2823, /**/ 2822, /**/