]> granicus.if.org Git - vim/commitdiff
patch 8.2.2551: MS-Windows: colors test file is not installed v8.2.2551
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Feb 2021 19:25:35 +0000 (20:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Feb 2021 19:25:35 +0000 (20:25 +0100)
Problem:    MS-Windows: colors test file is not installed.
Solution:   Also copy runtime/colors/tools. (Ken Takata, closes #7902)

nsis/gvim.nsi
src/version.c

index 4521fc273058efe1b922266b162f003c5a54d83c..498d98dc8485fb34860ce80791c80b8ccefb0040 100644 (file)
@@ -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\*.*
index 0ab83f7ab5aed652aada11e7e9846c752284e295..07c793d9400f128119a1b730f4b70cdae021890a 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2551,
 /**/
     2550,
 /**/