Skip to content

Commit 49150a4

Browse files
committed
patch 8.0.1121: can uncheck executables in MS-Windows installer
Problem: Can uncheck executables in MS-Windows installer. Solution: Make the choice read-only. (Ken Takata, closes #2106)
1 parent 63c4e8a commit 49150a4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

nsis/gvim.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ FunctionEnd
179179

180180
##########################################################
181181
Section "Vim executables and runtime files"
182-
SectionIn 1 2 3
182+
SectionIn 1 2 3 RO
183183

184184
# we need also this here if the user changes the instdir
185185
StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1121,
764766
/**/
765767
1120,
766768
/**/

0 commit comments

Comments
 (0)