> > 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