On Aug 16, 9:45 am, Jeri Raye <[email protected]> wrote: > 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.
If I understand correctly, you just want to be able to configure the text displayed for a fold. This is definitely possible. See :help 'foldtext' and :help fold-foldtext for the gory details. Be aware that tab characters are converted to a single space when using this option. You'll need to expand them manually if you want the proper indent if you use tabs. Here's a couple of examples: http://vim.wikia.com/wiki/Customize_text_for_closed_folds -- 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
