I can't get Syntastic to work for JavaScript files in MacVim. If I save a file with errors in it, nothing is displayed: there is no error margin.
If I run :SyntasticInfo
, then I see:
Syntastic info for filetype: javascript
Available checkers: jshint
Currently active checker(s): jshint
If I run jshint
directly, using :!jshint %
, then I see the errors I expect.