Update runtime files.

This commit is contained in:
Bram Moolenaar
2018-06-19 14:35:59 +02:00
parent c166927a32
commit d2f3a8b878
56 changed files with 503 additions and 391 deletions

View File

@ -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\+\>'