We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-names
1 parent efcbd47 commit 6f5ffeaCopy full SHA for 6f5ffea
syntax/bind-named.vim
@@ -6089,9 +6089,9 @@ syn match namedOSVZ_NotifySource contained
6089
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
6090
" Not the same as 'check-names' in 'options' statement
6091
hi link namedVZ_CheckNames namedHL_Option
6092
-syn keyword namedVZ_CheckNames contained
6093
-\ check-names
6094
-\ skipwhite
+syn match namedVZ_CheckNames contained
+\ /\<check\-names\>/
+\ skipwhite skipnl skipempty
6095
\ nextgroup=named_IgnoreWarnFail_SC
6096
6097
" not the same as ixfr-from-differences in 'options' statement
0 commit comments