changeset 24018:a934526dacd2 v8.2.2551

patch 8.2.2551: MS-Windows: colors test file is not installed Commit: https://github.com/vim/vim/commit/d0bce504ec52def729fffa35c8896979af348d32 Author: Bram Moolenaar <Bram@vim.org> 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Feb 2021 20:30:04 +0100
parents eb1bfaaffa52
children d3dc7c535eda
files nsis/gvim.nsi src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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\*.*
--- 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,