From 9da951ad47c97175e1efa520e582a26f0db1e1cf Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 29 Oct 2018 09:27:07 +0100 Subject: vim-patch:0b0f0992d46e Update runtime files. https://github.com/vim/vim/commit/0b0f0992d46ef02fdfc1240744bef91d4299c1df --- 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 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 -- cgit From 93a85bdd8a9f5086eb205a3235ec17acc0bf498c Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 29 Oct 2018 09:29:42 +0100 Subject: vim-patch:d2f3a8b87873 Update runtime files. https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00 --- 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 6c5e8f3c0f..b1aefa1126 100644 --- a/runtime/tools/check_colors.vim +++ b/runtime/tools/check_colors.vim @@ -90,7 +90,7 @@ func! Test_check_colors() let err['background'] = 'Should not issue :syn on' endif - " 7) Does not define filetype specfic groups like vimCommand, htmlTag, + " 7) Does not define filetype specific groups like vimCommand, htmlTag, let hi_groups = ['vim', 'html', 'python', 'sh', 'ruby'] for group in hi_groups let pat='\Chi\%[ghlight]\s*\zs'.group.'\w\+\>' -- cgit