A.J.Mechelynck [mailto:[EMAIL PROTECTED] wrote:
> Doesn't linewise folding also suppress information? Yet Vim has had that for > quite some time. It is true that it doesn't make the folds disappear > completely; rather, each outer closed fold is replaced by one line. That > wouldn't work for inline folding; but maybe it could use the 'foldcolumn' or > something to draw attention to the fact that something has been hidden. The display depends on the setting of "concealevel". When set to 1, inline folded elements are replaced by a configurable special character. When set to 2, the folded elements are hidden completely; your idea of showing something in foldcolumn is an interesting one. Vince