修改pylint.vim

最近装了pylint.vim插件,但在使用时有一点小问题。在vim使用:Pylint显示有执行,但Quickfix中是空的,到命令行下又正常。于是怀疑插件本身的问题。

 

" We should echo filename because pylint truncates .py " If someone know better way - let me know :) " CompilerSet makeprg=(echo/ '[%]';/ pylint/ y/ %) CompilerSet makeprg=pylint/ %  

 

看注释作者的意图是在传递给pylint时去掉后辍py,但我发现加上py也没问题。改之,一切OK

你可能感兴趣的:(修改pylint.vim)