Re: breakindent, take 2

2007-05-29 Thread Václav Šmilauer
It would be nice if I could specificy additional indent for continuation lines. You make indent for continuation line *EQUAL* to indent of the 1st screen line. I use showbreak for this. Wouldn't breakindent=2 just duplicate the funcitonality of ':set breakindent' and ':set showbreak=\ \ ' (exc

Re: breakindent, take 2

2007-05-29 Thread Matthew Winn
On Mon, 28 May 2007 16:04:17 +0200, "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote: > With this change plus 'linebreak' on, it could be made to simulate "French" > paragrah style for text, where the first line of a paragraph starts maybe 1em > or so right of the left margin (but with no blank line,

Re: breakindent, take 2

2007-05-29 Thread Václav Šmilauer
Would there be any benefit from making it a string option that accepted numbers only, so there could be three styles? breakindent=nabsolute positioning or broken lines breakindent=+n broken lines have additional indentation breakindent=-n broken lines have reduced indentation I am a bit

Re: breakindent, take 2

2007-05-29 Thread Nico Weber
Hi, What do you think? I prefer (c) from implementation, efficiency and intuitivity perspective. I agree. Strongly. Great patch, by the way :-) - Nico

Re: breakindent, take 2

2007-05-29 Thread Yakov Lerner
On 5/29/07, Nico Weber <[EMAIL PROTECTED]> wrote: > What do you think? I prefer (c) from implementation, efficiency and > intuitivity perspective. I agree. Strongly. Yes, I agree with (c) , too. I suggested once new type of options to vim that behaved both like boolean, and numeric. But Bram r

Re: breakindent, take 2

2007-05-29 Thread Yakov Lerner
On 5/29/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: On 5/29/07, Nico Weber <[EMAIL PROTECTED]> wrote: > > What do you think? I prefer (c) from implementation, efficiency and > > intuitivity perspective. > > I agree. Strongly. Yes, I agree with (c) , too. I suggested once new type of options to v