Benjamin Michotte <[EMAIL PROTECTED]> said something to this effect on 06/28/2001:
> hello,
> 
> I use vi (elvis) like editor.
> I wan't to cut lines on 72d colon... I know that I've got simply to put
> a tw=72 in my ~/.exrc but I don't want to cut lines when I code...
> Is there any way to set this variable only when I use vi with mutt ?

My solution to this problem (using vim) is a little twisted. I
have my standard .vimrc with all my normal preferences, but in my
muttrc I have:

set editor="vim -u ~/.mutt/vimrc -c ':0;/^$'"

and .mutt/vimrc looks like:

source ~/.vimrc
set ft=mail
set tw=65
set fo=trcq

Helpful?

(darren)

-- 
Responsible behavior is the result of a socialization process.

Reply via email to