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