On Mon, Mar 26, 2007 at 01:56:51PM +1000, Peter Hodge wrote:
Hi Peter,
>
> Folds can't overlap, so Vim extends the range of the new fold to line 15 so
> that it completely encloses the first fold. Use ':set foldcolumn=5' to see
> what's happening with the folds as you create them. If you don't
Hello,
Folds can't overlap, so Vim extends the range of the new fold to line 15 so
that it completely encloses the first fold. Use ':set foldcolumn=5' to see
what's happening with the folds as you create them. If you don't want Vim to
extend the folds, then you'll need to delete them first using
Hi all,
on my:
VIM - Vi IMproved 7.0 (2006 May 7, compiled Feb 12 2007 14:19:03)
Included patches: 1-192
e.g on this file:
http://www.calmar.ws/tmp/dd.tex
having: foldmethod=manual
e.g. I make a manual fold on line number 9 to 15
9GV15Gzf
open it again
zo
go to the sixth line and want to m