comparison runtime/colors/tools/check_colors.vim @ 14123:583bf95b6c84

Update runtime files. commit https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 14:35:59 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 14:45:08 +0200
parents 665fe1f419b0
children c002c4899529
comparison
equal deleted inserted replaced
14122:f1a54da4fb79 14123:583bf95b6c84
88 " 6) Does not use :syn on 88 " 6) Does not use :syn on
89 if search('syn\%[tax]\s\+on', 'cnW') 89 if search('syn\%[tax]\s\+on', 'cnW')
90 let err['background'] = 'Should not issue :syn on' 90 let err['background'] = 'Should not issue :syn on'
91 endif 91 endif
92 92
93 " 7) Does not define filetype specfic groups like vimCommand, htmlTag, 93 " 7) Does not define filetype specific groups like vimCommand, htmlTag,
94 let hi_groups = ['vim', 'html', 'python', 'sh', 'ruby'] 94 let hi_groups = ['vim', 'html', 'python', 'sh', 'ruby']
95 for group in hi_groups 95 for group in hi_groups
96 let pat='\Chi\%[ghlight]\s*\zs'.group.'\w\+\>' 96 let pat='\Chi\%[ghlight]\s*\zs'.group.'\w\+\>'
97 if search(pat, 'cnW') 97 if search(pat, 'cnW')
98 let line = search(pat, 'cW') 98 let line = search(pat, 'cW')