From: Bram Moolenaar Date: Fri, 26 Feb 2021 19:25:35 +0000 (+0100) Subject: patch 8.2.2551: MS-Windows: colors test file is not installed X-Git-Tag: v8.2.2551 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0bce504ec52def729fffa35c8896979af348d32;p=vim 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) --- diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 4521fc273..498d98dc8 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -359,6 +359,8 @@ Section "$(str_section_exe)" id_section_exe 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 index 0ab83f7ab..07c793d94 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2551, /**/ 2550, /**/