Skip to content

Commit 6f5ffea

Browse files
author
steve
committed
For check-names, ability to add a line or empty line between
its keyword and the value.
1 parent efcbd47 commit 6f5ffea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

syntax/bind-named.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6089,9 +6089,9 @@ syn match namedOSVZ_NotifySource contained
60896089
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
60906090
" Not the same as 'check-names' in 'options' statement
60916091
hi link namedVZ_CheckNames namedHL_Option
6092-
syn keyword namedVZ_CheckNames contained
6093-
\ check-names
6094-
\ skipwhite
6092+
syn match namedVZ_CheckNames contained
6093+
\ /\<check\-names\>/
6094+
\ skipwhite skipnl skipempty
60956095
\ nextgroup=named_IgnoreWarnFail_SC
60966096

60976097
" not the same as ixfr-from-differences in 'options' statement

0 commit comments

Comments
 (0)