On 2001.02.28, in <[EMAIL PROTECTED]>,
        "Dirk Laurie" <[EMAIL PROTECTED]> wrote:
> > 
> The problem is this: by the time vim gets control, the quote sign ">"
> has already been prepended to the line.  I want the line-break algorithm
> to do its thing before the ">" sign gets prepended.

The problem is also that this is another weird vim-ism.

Try using "par q" to reformat your lines.  You can set up a macro for
this.  I've used
        map v mz{j0!}par 72gh^M'z
(^M is really control-m.)

Par is available from
        http://www.cs.berkeley.edu/~amc/Par/

if you don't already have it.  It's like "fmt", but holy cow.

-- 
 -D.    [EMAIL PROTECTED]        NSIT    University of Chicago

Reply via email to