Vim Syntastic:如何找出当前使用的语法检查程序?

Dan*_*oss 5 vim syntastic

我想在Python语法检查器中更改设置或编辑一行代码,但Syntastic附带了五行代码.我怎样才能知道哪一个正在使用?

tim*_*mss 8

Syntastic具有内置功能.我相信哪些语法检查器可用取决于您的系统.

:SyntasticInfo

Syntastic info for filetype: python
Available checkers: python
Currently active checker(s): python
Press ENTER or type command to continue
Run Code Online (Sandbox Code Playgroud)