Manual: cross reference skip_checks from the filtering section.
This commit is contained in:
parent
b3ebf94ace
commit
e1217a888a
@ -247,7 +247,8 @@ You can selectively disable some of the errors found by checkers either
|
|||||||
using |'syntastic_quiet_messages'|, or by specifying a list of patterns in
|
using |'syntastic_quiet_messages'|, or by specifying a list of patterns in
|
||||||
|'syntastic_ignore_files'|.
|
|'syntastic_ignore_files'|.
|
||||||
|
|
||||||
See also: |'syntastic_<filetype>_<checker>_quiet_messages'|.
|
See also: |'syntastic_<filetype>_<checker>_quiet_messages'| and
|
||||||
|
|'b:syntastic_skip_checks'|.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
3. Commands *syntastic-commands*
|
3. Commands *syntastic-commands*
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.6.0-177'
|
let g:_SYNTASTIC_VERSION = '3.6.0-178'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user