Skip to content

Commit

Permalink
fix python compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yodi aditya committed Aug 30, 2011
1 parent 2affe3a commit 5723dc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vimrc
Expand Up @@ -497,7 +497,6 @@ autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,
" let g:pyflakes_use_quickfix=1 " let g:pyflakes_use_quickfix=1
" http://lewk.org/blog/python-vim-pyflakes.html " http://lewk.org/blog/python-vim-pyflakes.html
au BufWritePost *.py !pyflakes % au BufWritePost *.py !pyflakes %
au BufWritePost *.py !python -c 'import py_compile; py_compile.compile("%")'


" "
" Pep8 from : http://sontek.net/turning-vim-into-a-modern-python-ide#id9 " Pep8 from : http://sontek.net/turning-vim-into-a-modern-python-ide#id9
Expand Down

0 comments on commit 5723dc2

Please sign in to comment.