On Monday, November 19, 2012 1:32:44 AM UTC-6, Chris Lott wrote:
> I'm trying to take email that has quotes with long lines:
> 
> 
> 
>  > a really long line here that wraps that has no wraps in it and drives 
> 
> me crazy
> 
> 
> 
> and format them to:
> 
> 
> 
>  > a really long line here that wraps that has
> 
>  > no wraps in it and drives me crazy
> 
> 
> 
> I've tried the tip(s) at:
> 
> http://vim.wikia.com/wiki/Fix_email_quotations_with_long_lines
> 
> 
> 
> but I just end up with:
> 
> 
> 
>  > a really long line here that wraps that has
> 
> no wraps in it and drives me crazy
> 
> 
> 
> (note the lack of a > on the second line).
> 
> 
> 
> This seems like it should be easy, but I am just not making it happen. Help?
> 

Probably all you're missing is:

  :set filetype=mail

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to