Vim scripts for editing Python?

Daniel Nogradi nogradi at gmail.com
Tue Nov 21 09:33:45 EST 2006


> > For example, to auto-fold all function bodies while leaving
> > the function names visible.

Once I wrote a plugin for vim that folds python code:

http://www.vim.org/scripts/script.php?script_id=1494

It will make the docstrings and function names visible.

HTH,
Daniel



More information about the Python-list mailing list