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
- Word-wrap when printing and quoting Dirk Laurie
- Re: Word-wrap when printing and quoting Suresh Ramasubramanian
- Re: Word-wrap when printing and quoting Jason Helfman
- Re: Word-wrap when printing and quoting Michael P. Soulier
- Re: Word-wrap when printing and quoting Jürgen Salk
- Re: Word-wrap when printing and quoting Dirk Laurie
- Re: Word-wrap when printing and quotin... Thomas E. Dickey
- Re: Word-wrap when printing and quotin... Michael P. Soulier
- Re: Word-wrap when printing and quotin... David Champion
- Re: Word-wrap when printing and qu... rex
- Re: Word-wrap when printing a... Joe Philipps
- Re: Word-wrap when printing and quotin... Justin R. Miller
- Re: Word-wrap when printing and quotin... David
- Re: Word-wrap when printing and quoting Ken Weingold
- Re: Word-wrap when printing and quotin... Zach Thompson
- Re: Word-wrap when printing and quoting Jürgen Salk
- Re: Word-wrap when printing and quoting Jürgen Salk