File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,11 @@ Page instfiles
8989UninstPage uninstConfirm
9090UninstPage instfiles
9191
92+ # Reserve files
93+ # Needed for showing the _vimrc setting page faster.
94+ ReserveFile /plugin InstallOptions.dll
95+ ReserveFile vimrc.ini
96+
9297# #########################################################
9398# Functions
9499
@@ -475,14 +480,12 @@ Function SetCustom
475480 # Display the InstallOptions dialog
476481
477482 # Check if a _vimrc should be created
478- SectionGetFlags ${sec_vimrc_id} $0
479- IntOp $0 $0 & 1
480- StrCmp $0 " 1" +2 0
483+ SectionGetFlags ${sec_vimrc_id} $3
484+ IntOp $3 $3 & 1
485+ StrCmp $3 " 1" +2 0
481486 Abort
482487
483- Push $3
484- InstallOptions::dialog " $PLUGINSDIR\vimrc.ini"
485- Pop $3
488+ InstallOptions::dialog " $PLUGINSDIR\vimrc.ini"
486489 Pop $3
487490FunctionEnd
488491
Original file line number Diff line number Diff line change @@ -771,6 +771,8 @@ static char *(features[]) =
771771
772772static int included_patches [] =
773773{ /* Add new patch number below this line */
774+ /**/
775+ 1472 ,
774776/**/
775777 1471 ,
776778/**/
You can’t perform that action at this time.
0 commit comments