Skip to content

Commit

Permalink
win32: Make the main item readonly
Browse files Browse the repository at this point in the history
This is related to k-takata/vim-win32-installer#3.
Current win32 installer can uncheck "Vim executables and runtime files"
item, but it is nonsense.  Make the item readonly.
  • Loading branch information
k-takata committed Sep 17, 2017
1 parent 4033c55 commit 07fc0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsis/gvim.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ FunctionEnd

##########################################################
Section "Vim executables and runtime files"
SectionIn 1 2 3
SectionIn 1 2 3 RO

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

0 comments on commit 07fc0f3

Please sign in to comment.