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