From e1217a888a6d1f3266ca610b04d1752cea837438 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Wed, 30 Sep 2015 08:02:37 +0300 Subject: [PATCH] Manual: cross reference skip_checks from the filtering section. --- doc/syntastic.txt | 3 ++- plugin/syntastic.vim | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index cd3d6f7c..853fd232 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -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 |'syntastic_ignore_files'|. -See also: |'syntastic___quiet_messages'|. +See also: |'syntastic___quiet_messages'| and +|'b:syntastic_skip_checks'|. ============================================================================== 3. Commands *syntastic-commands* diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 5a9a1ca5..18e42dd0 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.6.0-177' +let g:_SYNTASTIC_VERSION = '3.6.0-178' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1