diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:29:42 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:32:29 +0100 |
commit | 93a85bdd8a9f5086eb205a3235ec17acc0bf498c (patch) | |
tree | 4f23ab514a0330cfac05952564d3ed0870701d2e /runtime/tools | |
parent | 9da951ad47c97175e1efa520e582a26f0db1e1cf (diff) | |
download | rneovim-93a85bdd8a9f5086eb205a3235ec17acc0bf498c.tar.gz rneovim-93a85bdd8a9f5086eb205a3235ec17acc0bf498c.tar.bz2 rneovim-93a85bdd8a9f5086eb205a3235ec17acc0bf498c.zip |
vim-patch:d2f3a8b87873
Update runtime files.
https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00
Diffstat (limited to 'runtime/tools')
-rw-r--r-- | runtime/tools/check_colors.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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\+\>' |