Reputation: 28858
Err. I can't say much, see this image:
On the left pane you my vimrc, on the right pane: c code. On the bottom, undesirable synstastic warnings, errors, etc.
My question: How do you make syntastic check only my source code and not everything included
in /usr/include
?
Upvotes: 0
Views: 1148
Reputation: 28858
Use the source Luke ...
Just read into the source of the syntax checker of C:
let g:syntastic_c_remove_include_errors = 1
Upvotes: 2