vim-patch:d2f3a8b87873

Update runtime files.
d2f3a8b878
This commit is contained in:
Justin M. Keyes
2018-10-29 09:29:42 +01:00
parent 9da951ad47
commit 93a85bdd8a
31 changed files with 238 additions and 209 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\+\>'