0

Err. I can't say much, see this image:

vim: left pane , my vimrc, right pane: c code

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 ?

oz123
  • 27,559
  • 27
  • 125
  • 187

1 Answers1

2

Use the source Luke ...

Just read into the source of the syntax checker of C:

let g:syntastic_c_remove_include_errors = 1
oz123
  • 27,559
  • 27
  • 125
  • 187