On Fri, 2013-05-24 at 14:34 +0200, Marco Giusti wrote: > noremap <F2> <Esc>:compiler pep8<CR>:make<CR> > noremap <F3> <Esc>:compiler pyflakes<CR>:make<CR>
Puoi anche usare pyflakes "inline", che ti sottolinea gli errori in tempo reale invece di richiedere un giro di compilatore. http://www.vim.org/scripts/script.php?script_id=2441 Esiste anche un wrapper analogo per pep8, ma non l'ho mai provato https://github.com/nvie/vim-flake8 -- Daniele _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python