Manual: clarification about quiet_messages.
This commit is contained in:
parent
c57ba0da9f
commit
b10c59b214
@ -541,10 +541,10 @@ overriding filters, cf. |filter-overrides|).
|
|||||||
|
|
||||||
"level" - takes one of two values, "warnings" or "errors"
|
"level" - takes one of two values, "warnings" or "errors"
|
||||||
"type" - can be either "syntax" or "style"
|
"type" - can be either "syntax" or "style"
|
||||||
"regex" - is matched against the messages' text as a case-insensitive
|
"regex" - each item in list is matched against the messages' text as a
|
||||||
|regular-expression|
|
case-insensitive |regular-expression|
|
||||||
"file" - is matched against the filenames the messages refer to, as a
|
"file" - each item in list is matched against the filenames the messages
|
||||||
case-sensitive |regular-expression|.
|
refer to, as a case-sensitive |regular-expression|.
|
||||||
|
|
||||||
If a key is prefixed by an exclamation mark "!", the corresponding filter is
|
If a key is prefixed by an exclamation mark "!", the corresponding filter is
|
||||||
negated (i.e. the above example silences all messages that are NOT errors).
|
negated (i.e. the above example silences all messages that are NOT errors).
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.7.0-72'
|
let g:_SYNTASTIC_VERSION = '3.7.0-73'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user