]> granicus.if.org Git - vim/commitdiff
patch 8.0.0668: nsis installer script does not work v8.0.0668
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 13:11:01 +0000 (15:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2017 13:11:01 +0000 (15:11 +0200)
Problem:    Nsis installer script does not work. (Christian Brabandt)
Solution:   Fix the syntax of /SD.

nsis/gvim.nsi
src/version.c

index 9ace4ea2c0144e47acff547ddd8bf6acd1aa787f..dba9021b0d7c11d234defdf7050ee82f2d1f39c9 100644 (file)
@@ -87,7 +87,8 @@ UninstPage instfiles
 Function .onInit
   MessageBox MB_YESNO|MB_ICONQUESTION \
        "This will install Vim ${VER_MAJOR}.${VER_MINOR} on your computer.$\n Continue?" \
-       /SD IDYES NoAbort
+       /SD IDYES \
+       IDYES NoAbort
            Abort ; causes installer to quit.
        NoAbort:
 
index daa3531c12b19474b02db72ee4bc896686c72e6a..eda74a207d9b5adfcbd6e225abb9579b53fdad22 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    668,
 /**/
     667,
 /**/