bill lam wrote:
> I don't think email client is a good excuse for top (or bottom) post.
> Anyway if vim is configured as an external editor for composing email.
> It can search for the first blank line and that should be the bottom
> of quoted message.
>
> set editor="vim -c \"set spell tw=70 et\" \"+call search('^$')\""
>
> FWIW I use mutt.
A tad shorter and doing the same:
set editor="vim +'/^$/' -c 'set spell tw=70 et'"
-- Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---