summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-17 16:11:09 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-17 16:11:09 +0100
commit8ee2d36e216756e712a3a9122ce1e1203378a9c8 (patch)
treeac7481e832b8551bdae2e83210d81979ad27032f
parentee219b0e9faab4b7159ed1725c5b82cea4f4d4f8 (diff)
downloadvim-git-8.0.1400.tar.gz
patch 8.0.1400: color scheme check script shows up as color schemev8.0.1400
Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes #2457)
-rw-r--r--Filelist1
-rw-r--r--runtime/colors/README.txt2
-rw-r--r--runtime/colors/tools/check_colors.vim (renamed from runtime/colors/check_colors.vim)0
-rw-r--r--src/version.c2
4 files changed, 4 insertions, 1 deletions
diff --git a/Filelist b/Filelist
index 269206fed..ea7426f96 100644
--- 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 \
diff --git a/runtime/colors/README.txt b/runtime/colors/README.txt
index c5a75678b..a435c2dd1 100644
--- a/runtime/colors/README.txt
+++ b/runtime/colors/README.txt
@@ -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:
diff --git a/runtime/colors/check_colors.vim b/runtime/colors/tools/check_colors.vim
index 0cfe5ec12..0cfe5ec12 100644
--- a/runtime/colors/check_colors.vim
+++ b/runtime/colors/tools/check_colors.vim
diff --git a/src/version.c b/src/version.c
index 912e3be33..2da64a273 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1400,
+/**/
1399,
/**/
1398,