On Mon, Jul 30, 2001 at 06:10:29PM +1000, Andrew Sione Taumoefolau wrote:
> > I've you are using vim use:
> > 
> > set textwidth=72
> > 
> > in your .vimrc to wrap te lines to a max of 72 char.
> 
> Probably better not to do it that way, unless you're okay with Vim
> wrapping ALL documents you edit with it at 72 characters. I've got a line
> in my .muttrc that goes something like this:
> 
>       set editor = "vim -c 'set tw=72'"
> 
> ...which does the trick, but I think there's a cleaner way to do it.

Personally I have a seperate .vimrc file just for mutt and get mutt to
use that...

in .muttrc:
        set editor="vim -s ~/.vimmuttrc"

in .vimmuttrc:
        :syntax off
        :set textwidth=72

Cheers,

Brett

PGP signature

Reply via email to