0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
Bram Moolenaar
2021-02-26 20:25:35 +01:00
parent 0e62a6742b
commit d0bce504ec
2 changed files with 4 additions and 0 deletions

View File

@@ -359,6 +359,8 @@ Section "$(str_section_exe)" id_section_exe
SetOutPath $0\colors SetOutPath $0\colors
File ${VIMRT}\colors\*.* File ${VIMRT}\colors\*.*
SetOutPath $0\colors\tools
File ${VIMRT}\colors\tools\*.*
SetOutPath $0\compiler SetOutPath $0\compiler
File ${VIMRT}\compiler\*.* File ${VIMRT}\compiler\*.*

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2551,
/**/ /**/
2550, 2550,
/**/ /**/