View Single Post

   
  #3 (permalink)  
Old 02-19-2008, 12:02 PM
Kai Brust
 
Posts: n/a
Default Re: .vimrc and wrapmargin

Scott Eberl <scott@airea420.com> schrieb:
> This is strange but for some reason when I set my wrapmargin in my
> .vimrc to 80 it ends up wrapping at like 5 cols. This makes no sense to
> me at all and was wondering if anybody had some ideas for this? I use a
> seperate .vimrc file for mutt and vim is called from mutt with the -u
> option to load the custom rc file but why would marginwrap=80 not wrap
> at 80?


I'm not that expert in vimrc's, but this is my entry in ~/.muttrc:

set editor="vim -c 'set tw=72 et'"

No aditional vimrc needed, wraps the lines correct, so maybe you are
looking for a solution like this.

HTH,
Kai Brust
Reply With Quote