# HG changeset patch # User Bram Moolenaar # Date 1614367804 -3600 # Node ID a934526dacd2c6eb6c406f3c2a7ab205e7c4ed04 # Parent eb1bfaaffa5282f47ae63ccdcfda351e0d727b7b patch 8.2.2551: MS-Windows: colors test file is not installed Commit: https://github.com/vim/vim/commit/d0bce504ec52def729fffa35c8896979af348d32 Author: Bram Moolenaar Date: Fri Feb 26 20:25:35 2021 +0100 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 https://github.com/vim/vim/issues/7902) diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -359,6 +359,8 @@ Section "$(str_section_exe)" id_section_ SetOutPath $0\colors File ${VIMRT}\colors\*.* + SetOutPath $0\colors\tools + File ${VIMRT}\colors\tools\*.* SetOutPath $0\compiler File ${VIMRT}\compiler\*.* diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2551, +/**/ 2550, /**/ 2549,