Hi,

I have recently updated my vim plugin for use with abook and other mail
handling tidbits.  Most notably, I've re-organized the way quotes are
found (re's are cool), and added a motion command that will operate over
a "quote level".  Below is an example:

1 > 
2 > : Hi,
3 > : How are you doing?
4 > : Did you get over that STD?
5 > Yeah, It only took a few months.
6 > 

Let's assume that the cursor is at line 2 and that our new motion
command is 'q'.  If we type 'dq', then the text will be transformed
into:

1 > 
2 > Yeah, It only took a few months.
3 > 

And, if type 'gqq' the text will become: (assuming 'comments' contains
"n::" and "n:>".

1 > 
2 > : Hi, How are you doing?  Did you get over that STD?
3 > Yeah, It only took a few months.
4 > 

Also, my patch for abook has been incorporated into abook 0.4.14
(abook.sourceforge.net).  My original mail plugin is also inside of the
'contrib' directory of abook, but it is an older version.  I've sent the
latest to the author, so hopefully, this new one will be added.  

If you would like a copy of this plugin please email me.  It requires
Vim 6.0.

-- 
~~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-., \|/  (___)  \|/ _,.-=~'`^`
                          Brian Medley         @~./'O o`\.~@
"Knowledge is Power" [EMAIL PROTECTED] /__( \___/ )__\  *PPPFFBT!*
  -- Francis Bacon                               `\__`U_/'
 _,.-=~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~= <____|'  ^^`'~=-.,__,.-=
~~`'^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-==--^'~=-.,__,.-=~'`^`

Reply via email to