From 6ac51792b969142431dff91016d32a2a551215d7 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Mon, 3 Aug 2020 15:29:09 -0400 Subject: fixup! vim-patch:68e6560b84f1 --- runtime/tools/check_colors.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/tools') 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 -- cgit