X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fftplugin%2Fpython%2Fpep8.vim;fp=vim%2F.vim%2Fftplugin%2Fpython%2Fpep8.vim;h=7143e752f5d2c41090c9b3fce3a55f8a5d48f80f;hb=12ba4a92d0732cfb2e74a982714882dbe3d3f347;hp=5570eb608107ca341f3b8e0390aa93a1bea89b0e;hpb=a8ac13e306463739b9746b888d04cc6185f75104;p=dotfiles.git diff --git a/vim/.vim/ftplugin/python/pep8.vim b/vim/.vim/ftplugin/python/pep8.vim index 5570eb6..7143e75 100644 --- a/vim/.vim/ftplugin/python/pep8.vim +++ b/vim/.vim/ftplugin/python/pep8.vim @@ -6,7 +6,7 @@ sign define P8 text=P8 texthl=Error function! s:pep8() - set makeprg=pycodestyle\ --select=E,W\ % + set makeprg=PATH=$PATH\ pycodestyle\ --select=E,W\ % silent make sign unplace * let l:id = 1