diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-16 17:08:23 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-16 17:08:23 -0400 |
commit | 567c0e6cd706fd814d081fae49bcc20a83dbc8b1 (patch) | |
tree | 395c7ff006db52a79f65098c21277234c708ce5c | |
parent | 9c98e4845a8c99e3aff216e660817648c6ac0a3a (diff) | |
download | rneovim-567c0e6cd706fd814d081fae49bcc20a83dbc8b1.tar.gz rneovim-567c0e6cd706fd814d081fae49bcc20a83dbc8b1.tar.bz2 rneovim-567c0e6cd706fd814d081fae49bcc20a83dbc8b1.zip |
runtime/colors: move check_colors.vim to runtime/tools
-rw-r--r-- | runtime/colors/README.txt | 2 | ||||
-rw-r--r-- | runtime/tools/check_colors.vim (renamed from runtime/colors/tools/check_colors.vim) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/runtime/colors/README.txt b/runtime/colors/README.txt index a435c2dd19..7e845680a9 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 tools/check_colors.vim script to check for common mistakes. +- Source the $VIMRUNTIME/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/tools/check_colors.vim b/runtime/tools/check_colors.vim index 0cfe5ec121..0cfe5ec121 100644 --- a/runtime/colors/tools/check_colors.vim +++ b/runtime/tools/check_colors.vim |