Manual: clarification about quiet_messages.

This commit is contained in:
LCD 47 2016-01-09 08:35:23 +02:00
parent c57ba0da9f
commit b10c59b214
2 changed files with 5 additions and 5 deletions

View File

@ -541,10 +541,10 @@ overriding filters, cf. |filter-overrides|).
"level" - takes one of two values, "warnings" or "errors"
"type" - can be either "syntax" or "style"
"regex" - is matched against the messages' text as a case-insensitive
|regular-expression|
"file" - is matched against the filenames the messages refer to, as a
case-sensitive |regular-expression|.
"regex" - each item in list is matched against the messages' text as a
case-insensitive |regular-expression|
"file" - each item in list is matched against the filenames the messages
refer to, as a case-sensitive |regular-expression|.
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).

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-72'
let g:_SYNTASTIC_VERSION = '3.7.0-73'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1