On Wed, Oct 02, 2002 at 06:58:06PM -0400, Keith R. John Warno wrote: > > gqap in conjunction with 'comments' works well. But I'm curious: how do > folks handle reformatting text with multiple levels of quoting?
For me, it just "works". I think vim recognized the message I'm editing as an email (part of it's auto file type recognition, I imagine) so it also recognizes the typical quote characters... 'gqap' operates correctly on multi-level quotes in this mail mode. If you wonder how it all works: :help syntax :help formatting in vim should answer all your questions. /db