我无法让 Syntastic 在 MacVim 中处理 JavaScript 文件。如果我保存有错误的文件,则不会显示任何内容:没有误差范围。
如果我运行:SyntasticInfo,那么我会看到:
Syntastic info for filetype: javascript
Available checkers: jshint
Currently active checker(s): jshint
如果我jshint直接运行,使用:!jshint %,那么我会看到我期望的错误。