On 5/16/07, Meier Zwei <[EMAIL PROTECTED]> wrote:
Hi list,

I'm currently customizing my one syntax file for C and C++. Therby I
don't understand one little detail: How can I outline C functions? I
didn't find a syntax file that does similar.
What do you mean by outline?

There is a vimscript that creates a sidebar containing folds.  It then
tries to indent them based on fold level:

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

Many filetype plugins for code create folds for each function so this
should provide a way to create "function outlines".

--
Ian Tegebo

Reply via email to