Re: [Python-Dev] Working on the Python code-base with a VIM-based setup

2010-09-08 Thread Kevin Watters
Another shameless plug: My pyflakes.vim plugin will highlight errors as you type: http://www.vim.org/scripts/script.php?script_id=2441 It's really helpful for catching those typos that you usually don't notice until the runtime NameError. Eli Bendersky wrote: Hello pydev, This is a

Re: [Python-Dev] Working on the Python code-base with a VIM-based setup

2010-09-01 Thread Oleg Broytman
On Wed, Sep 01, 2010 at 06:41:00AM +0300, Eli Bendersky wrote: I would like to ask those of you working on Python's code with VIM about your setups - the special tweaks to VIM plugins you use to make working with the code as simple and effective as possible. You have already seen Misc/Vim

[Python-Dev] Working on the Python code-base with a VIM-based setup

2010-08-31 Thread Eli Bendersky
Hello pydev, This is a meta-question which I hope is appropriate in this list (**). Recently I've switched to to VIM as my main development platform (in terms of code editing and navigation). Working on the Python code-base is both a concrete requirement and a yardstick for me - I want to be as