Skip to content

Commit

Permalink
patch 8.2.0247: misleading comment in NSIS installer script
Browse files Browse the repository at this point in the history
Problem:    Misleading comment in NSIS installer script.
Solution:   Negate the meaning of the comment. (Ken Takata, closes #5627)
  • Loading branch information
brammool committed Feb 12, 2020
1 parent 49c99fc commit 3b0ef8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nsis/gvim.nsi
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -742,6 +742,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
247,
/**/
246,
/**/
Expand Down

0 comments on commit 3b0ef8c

Please sign in to comment.