Manual: cross reference skip_checks from the filtering section.

This commit is contained in:
LCD 47 2015-09-30 08:02:37 +03:00
parent b3ebf94ace
commit e1217a888a
2 changed files with 3 additions and 2 deletions

View File

@ -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*

View File

@ -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