Skip to content

Commit 8ee2d36

Browse files
committed
patch 8.0.1400: color scheme check script shows up as color scheme
Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes #2457)
1 parent ee219b0 commit 8ee2d36

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ RT_SCRIPTS = \
666666
runtime/autoload/xml/*.vim \
667667
runtime/colors/*.vim \
668668
runtime/colors/README.txt \
669+
runtime/colors/tools/*.vim \
669670
runtime/compiler/*.vim \
670671
runtime/compiler/README.txt \
671672
runtime/indent/*.vim \

runtime/colors/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Search for "highlight_init".
6464
If you think you have a color scheme that is good enough to be used by others,
6565
please check the following items:
6666

67-
- Source the check_colors.vim script to check for common mistakes.
67+
- Source the tools/check_colors.vim script to check for common mistakes.
6868
- Does it work in a color terminal as well as in the GUI?
6969
- Is "g:colors_name" set to a meaningful value? In case of doubt you can do
7070
it this way:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ static char *(features[]) =
771771

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1400,
774776
/**/
775777
1399,
776778
/**/

0 commit comments

Comments
 (0)