Hi,

Is it possible to configure vim how you want to have your folds displayed?
I would like to see child folds as an indented fold of it's parent fold.
In other words I would like to see the following code:

if ()
{
   [....]
   if ()
   {
     [....]
   }
}


Be folded as:
if()
+-- [...]  { ------------------------------------------------------------
+-- [...]              { ------------------------------------------------

Is that possible?

Rgds,
Jeri

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to