diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:27:07 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:29:17 +0100 |
commit | 9da951ad47c97175e1efa520e582a26f0db1e1cf (patch) | |
tree | c8578053ac6605ceaa2dab9dffe392d58e3be2f7 /runtime/tools | |
parent | 633ae523f5cf414e23385d3de0aeced702d12a9f (diff) | |
download | rneovim-9da951ad47c97175e1efa520e582a26f0db1e1cf.tar.gz rneovim-9da951ad47c97175e1efa520e582a26f0db1e1cf.tar.bz2 rneovim-9da951ad47c97175e1efa520e582a26f0db1e1cf.zip |
vim-patch:0b0f0992d46e
Update runtime files.
https://github.com/vim/vim/commit/0b0f0992d46ef02fdfc1240744bef91d4299c1df
Diffstat (limited to 'runtime/tools')
-rw-r--r-- | runtime/tools/check_colors.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tools/check_colors.vim b/runtime/tools/check_colors.vim index 0cfe5ec121..6c5e8f3c0f 100644 --- a/runtime/tools/check_colors.vim +++ b/runtime/tools/check_colors.vim @@ -1,5 +1,5 @@ " This script tests a color scheme for some errors. Load the scheme and source -" this script. e.g. :e colors/desert.vim | :so test_colors.vim +" this script. e.g. :e colors/desert.vim | :so check_colors.vim " Will output possible errors. let s:save_cpo= &cpo |