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 0e62a67 commit d0bce50Copy full SHA for d0bce50
2 files changed
nsis/gvim.nsi
@@ -359,6 +359,8 @@ Section "$(str_section_exe)" id_section_exe
359
360
SetOutPath $0\colors
361
File ${VIMRT}\colors\*.*
362
+ SetOutPath $0\colors\tools
363
+ File ${VIMRT}\colors\tools\*.*
364
365
SetOutPath $0\compiler
366
File ${VIMRT}\compiler\*.*
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2551,
755
/**/
756
2550,
757
0 commit comments