File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Search for "highlight_init".
6464If you think you have a color scheme that is good enough to be used by others,
6565please 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:
File renamed without changes.
Original file line number Diff line number Diff line change @@ -771,6 +771,8 @@ static char *(features[]) =
771771
772772static int included_patches [] =
773773{ /* Add new patch number below this line */
774+ /**/
775+ 1400 ,
774776/**/
775777 1399 ,
776778/**/
You can’t perform that action at this time.
0 commit comments