> I've been reformatting text using par, before editing it in vi.
> Basically, I've changed my editor to a script that pipes the message
> through par and then opens it in vi. The only trouble with this is that
> it also reformats my signatures at the bottom of the mail.
I use par to reformat paragraph by paragraph.
>From .exrc/.vimrc:
" reformat paragraph with no arguments:
map ** {!}par
" reformat paragraph with arguments:
map *^V {!}par
And PARINIT:
.login:setenv PARINIT '67rTbgqR B=.?_A_a Q=_s>|'
The keystroke "gqip" (with textwidth set to whatever you like) in
vim has more or less the same effect.
-- Phil
--
Philip <[EMAIL PROTECTED]>