We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c4e8a commit 49150a4Copy full SHA for 49150a4
2 files changed
nsis/gvim.nsi
@@ -179,7 +179,7 @@ FunctionEnd
179
180
##########################################################
181
Section "Vim executables and runtime files"
182
- SectionIn 1 2 3
+ SectionIn 1 2 3 RO
183
184
# we need also this here if the user changes the instdir
185
StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1121,
766
/**/
767
1120,
768
0 commit comments