]> granicus.if.org Git - vim/commitdiff
patch 8.0.1400: color scheme check script shows up as color scheme v8.0.1400
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Dec 2017 15:11:09 +0000 (16:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Dec 2017 15:11:09 +0000 (16:11 +0100)
Problem:    Color scheme check script shows up as color scheme.
Solution:   Move it to the "tools" subdirectory. (closes #2457)

Filelist
runtime/colors/README.txt
runtime/colors/tools/check_colors.vim [moved from runtime/colors/check_colors.vim with 100% similarity]
src/version.c

index 269206fedb93304d371130382ba5c1e2cf0d8f38..ea7426f96813eb41fe4689ab44f61736127140cb 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -666,6 +666,7 @@ RT_SCRIPTS =        \
                runtime/autoload/xml/*.vim \
                runtime/colors/*.vim \
                runtime/colors/README.txt \
+               runtime/colors/tools/*.vim \
                runtime/compiler/*.vim \
                runtime/compiler/README.txt \
                runtime/indent/*.vim \
index c5a75678b63689566e99a96857a5e5095e6838fc..a435c2dd1976f2c04dc77ad0a367a0b60db83d71 100644 (file)
@@ -64,7 +64,7 @@ Search for "highlight_init".
 If you think you have a color scheme that is good enough to be used by others,
 please check the following items:
 
-- Source the check_colors.vim script to check for common mistakes.
+- Source the tools/check_colors.vim script to check for common mistakes.
 - Does it work in a color terminal as well as in the GUI?
 - Is "g:colors_name" set to a meaningful value?  In case of doubt you can do
   it this way:
index 912e3be336388fe5392e0ba82d3ccec7993431ed..2da64a27381bfb7e288cc591760566ad7a9015ba 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1400,
 /**/
     1399,
 /**/