]> granicus.if.org Git - vim/commitdiff
patch 8.2.0247: misleading comment in NSIS installer script v8.2.0247
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 20:03:32 +0000 (21:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 20:03:32 +0000 (21:03 +0100)
Problem:    Misleading comment in NSIS installer script.
Solution:   Negate the meaning of the comment. (Ken Takata, closes #5627)

nsis/gvim.nsi
src/version.c

index d782e4397a0e33aea397eb5c4e160ec3edcba6be..2b40e4b0db6cde83c73cda4d2fc85eaee0136684 100644 (file)
@@ -39,7 +39,7 @@ Unicode true
 # Uncomment the next line if you want to include VisVim extension:
 #!define HAVE_VIS_VIM
 
-# Comment the following line to create a multilanguage installer:
+# Comment the following line to create an English-only installer:
 !define HAVE_MULTI_LANG
 
 # Uncomment the next line if you want to create a 64-bit installer.
index b3f95134c9582c7cacae7a532f1bb257320d39c2..1b22d6ffa23b0963cb01bcdc88816ff038820611 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    247,
 /**/
     246,
 /**/