diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-16 10:54:59 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-16 10:56:53 -0400 |
commit | 9c98e4845a8c99e3aff216e660817648c6ac0a3a (patch) | |
tree | a04f9a53352873594b9b4b11a458f25bf5fb3935 | |
parent | 7f762a2e09e39234c9557ad054a0d69f1296da02 (diff) | |
download | rneovim-9c98e4845a8c99e3aff216e660817648c6ac0a3a.tar.gz rneovim-9c98e4845a8c99e3aff216e660817648c6ac0a3a.tar.bz2 rneovim-9c98e4845a8c99e3aff216e660817648c6ac0a3a.zip |
vim-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 vim/vim#2457)
https://github.com/vim/vim/commit/8ee2d36e216756e712a3a9122ce1e1203378a9c8
-rw-r--r-- | runtime/colors/README.txt | 2 | ||||
-rw-r--r-- | runtime/colors/tools/check_colors.vim (renamed from runtime/colors/check_colors.vim) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/runtime/colors/README.txt b/runtime/colors/README.txt index c5a75678b6..a435c2dd19 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 0cfe5ec121..0cfe5ec121 100644 --- a/runtime/colors/check_colors.vim +++ b/runtime/colors/tools/check_colors.vim |