README: rephrase of a FAQ question.
This commit is contained in:
parent
aa3db4513e
commit
1e1c7086e3
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user