On Tue, Aug 27, 2002 at 06:18:40AM -0500, Matthew S. Hallacy wrote:
> On Mon, Aug 26, 2002 at 09:29:13PM -0500, Tim Wilson wrote:
> > If I could do ':d/--\nT' it should go down all the way to my real .sig.
> > I'm no regexp expert, but I thought \n was the proper way to do this. It
> > doesn't work though. Any thoughts?
> 
> Actually the accepted sig "header" is '-- ' (two dashes and a space), perhaps
> thats what you're missing. (I note that your sig below is '-- \n' =)

Also, you might want to match the beginning of the line too.  Also, I've
seen \r work a lot better than \n, but YMMV.  So that makes it :d/^-- \rT

Nate