README: rephrase of a FAQ question.

This commit is contained in:
LCD 47 2014-09-30 14:31:26 +03:00
parent aa3db4513e
commit 1e1c7086e3
2 changed files with 3 additions and 3 deletions

View File

@ -264,8 +264,8 @@ See `:help syntastic_quiet_messages` for details.
<a name="faqaggregate"></a> <a name="faqaggregate"></a>
__Q. How can I display together the errors found by all checkers enabled for __Q. I have enabled multiple checkers for the current filetype. How can I
the current file?__ display all of the errors from all of the checkers together?__
A. Set `g:syntastic_aggregate_errors` to 1 in your vimrc: A. Set `g:syntastic_aggregate_errors` to 1 in your vimrc:
```vim ```vim

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:syntastic_start lockvar! g:syntastic_start
endif endif
let g:syntastic_version = '3.5.0-39' let g:syntastic_version = '3.5.0-40'
lockvar g:syntastic_version lockvar g:syntastic_version
" Sanity checks {{{1 " Sanity checks {{{1