Skip to content

Instantly share code, notes, and snippets.

@mizchi
Created February 17, 2011 00:03
Show Gist options
  • Select an option

  • Save mizchi/830614 to your computer and use it in GitHub Desktop.

Select an option

Save mizchi/830614 to your computer and use it in GitHub Desktop.
pylakesでエラーチェックするPythonシンタクスチェッカー
"[~/.vim/bundle/errormaker/ftplugin/python]
" pip install pyflakes
setlocal makeprg=/usr/local/bin/pyflakes\ %
setlocal errorformat=%f:%l:%m
if !exists("g:python_flyquickfixmake")
let g:python_flyquickfixmake = 1
au BufWritePost *.py make
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment