diff options
-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 de77a382b0..e4acbc33ec 100644 --- a/runtime/tools/check_colors.vim +++ b/runtime/tools/check_colors.vim @@ -1,6 +1,6 @@ " This script tests a color scheme for some errors and lists potential errors. " Load the scheme and source this script, like this: -" :edit colors/desert.vim | :so colors/tools/check_colors.vim +" :edit colors/desert.vim | :so tools/check_colors.vim let s:save_cpo= &cpo set cpo&vim |