diff options
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 |