You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.markdown
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
4.8. [How can I pass additional arguments to a checker?](#faqargs)
36
36
4.9. [Syntastic supports several checkers for my filetype - how do I tell which one(s) to use?](#faqcheckers)
37
37
4.10. [What is the difference between syntax checkers and style checkers?](#faqstyle)
38
-
4.11. [I have enabled multiple checkers for the current filetype. How can I display all of the errors from all of the checkers together?](#faqaggregate)
38
+
4.11. [I have enabled multiple checkers for the current filetype. How can I display all errors from all checkers together?](#faqaggregate)
39
39
4.12. [How can I jump between the different errors without using the location list at the bottom of the window?](#faqlnext)
40
40
4.13. [The error window is closed automatically when I :quit the current buffer but not when I :bdelete it?](#faqbdelete)
41
41
5.[Resources](#otherresources)
@@ -159,10 +159,10 @@ following:
159
159
160
160
## 3\. Recommended settings
161
161
162
-
Syntastic has a large number of options that can be configured, and the
163
-
defaults are not particularly well suitable for new users. It is recommended
164
-
that you start by adding the following lines to your `vimrc` file, and return
165
-
to them after reading the manual (see `:help syntastic` in Vim):
162
+
Syntastic has numerous options that can be configured, and the defaults
163
+
are not particularly well suitable for new users. It is recommended
164
+
that you start by adding the following lines to your `vimrc` file, and
165
+
return to them after reading the manual (see `:help syntastic` in Vim):
166
166
```vim
167
167
set statusline+=%#warningmsg#
168
168
set statusline+=%{SyntasticStatuslineFlag()}
@@ -380,7 +380,7 @@ See `:help syntastic_quiet_messages` for details.
380
380
<aname="faqaggregate"></a>
381
381
382
382
__4.11. Q. I have enabled multiple checkers for the current filetype. How can I
383
-
display all of the errors from all of the checkers together?__
383
+
display all errors from all checkers together?__
384
384
385
385
A. Set `g:syntastic_aggregate_errors` to 1 in your `vimrc`:
0 commit comments