2012-11-18 Chris Lott:
> 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?
I use `par` for that. Unfortunately it does not support Unicode, you
have to patch it. But once you have it running, it will serve you
well.
set formatprg=par\ -w78qer
Marco
--
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
Sunday, November 18, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment