On Mon, February 14, 2011 12:34 pm, Ben Schmidt wrote: > I think there is a bug here, but it's not the bug you think. > > I can make a short single line fold, but it doesn't always do it at > first. It seems I have to make a two-line fold and then shorten it > before the single line will fold. I think this is the bug. It should > fold straight away.
I don't agree. If I set foldminline to zero, vim perfectly folds even a single screen line. But whenever the line length changes and crosses the 'foldminline' limit, it does not automatically apply the folds. You need to force evaluating the fold logic, for example by using zx or setting foldminlines. And I would consider this a bug. regards, Christian -- You received this message from the "vim_dev" 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
