aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-08-03 15:29:09 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-08-15 10:57:17 -0400
commit6ac51792b969142431dff91016d32a2a551215d7 (patch)
tree265ab9c66debf5b26eeeccdd177e600d45afe350
parentafc6753f64a238a36cc66ec47a97aacca5e06b9d (diff)
downloadrneovim-6ac51792b969142431dff91016d32a2a551215d7.tar.gz
rneovim-6ac51792b969142431dff91016d32a2a551215d7.tar.bz2
rneovim-6ac51792b969142431dff91016d32a2a551215d7.zip
fixup! vim-patch:68e6560b84f1
-rw-r--r--runtime/tools/check_colors.vim2
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