Skip to content

Commit d0bce50

Browse files
committed
patch 8.2.2551: MS-Windows: colors test file is not installed
Problem: MS-Windows: colors test file is not installed. Solution: Also copy runtime/colors/tools. (Ken Takata, closes #7902)
1 parent 0e62a67 commit d0bce50

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

nsis/gvim.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ Section "$(str_section_exe)" id_section_exe
359359

360360
SetOutPath $0\colors
361361
File ${VIMRT}\colors\*.*
362+
SetOutPath $0\colors\tools
363+
File ${VIMRT}\colors\tools\*.*
362364

363365
SetOutPath $0\compiler
364366
File ${VIMRT}\compiler\*.*

src/version.c

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

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2551,
753755
/**/
754756
2550,
755757
/**/

0 commit comments

Comments
 (0)