sudden vim problem in mutt

2003-10-01 Thread Ric Otte
Hi, I've been using mutt with vim for a couple of years with no problem. But recently I've noticed that when I reply and begin inserting text (on the same line as, and right before the original message), the line does not wrap when I get to 77 spaces (what I have set in .vimrc). What happens is

Re: sudden vim problem in mutt

2003-10-01 Thread Nathan Poznick
Thus spake Ric Otte: Hi, I've been using mutt with vim for a couple of years with no problem. But recently I've noticed that when I reply and begin inserting text (on the same line as, and right before the original message), the line does not wrap when I get to 77 spaces (what I have set in

Re: sudden vim problem in mutt

2003-10-01 Thread Ric Otte
Nathan, I tried your suggestion, but that doesn't seem to change the behaviour. The lines still don't wrap (I had to hit a Return to get the above line to break). I am using Mutt 1.5.4-1 and vim 6.1-320+1. Thanks, Ric On Wed, Oct 01, 2003 at 01:03:30PM -0500, Nathan Poznick wrote: Thus spake

Re: sudden vim problem in mutt

2003-10-01 Thread Jason Stechschulte
On Wed, Oct 01, 2003 at 10:50:41AM -0700, Ric Otte wrote: I've been using mutt with vim for a couple of years with no problem. But recently I've noticed that when I reply and begin inserting text (on the same line as, and right before the original message), the line does not wrap when I get to

Re: sudden vim problem in mutt

2003-10-01 Thread Ric Otte
Hi, Well, after trying many different things, I finally got it to work. I put the following line in my .vimrc: au FileType mail set tw=70 fo=tcrq2 nomodeline I don't know why that solved the problem, and the line: set textwidth=77 in .vimrc didn't work. But at least it is working. Thanks

Re: sudden vim problem in mutt

2003-10-01 Thread Bill Moseley
On Wed, Oct 01, 2003 at 02:21:46PM -0700, Ric Otte wrote: Hi, Well, after trying many different things, I finally got it to work. I put the following line in my .vimrc: au FileType mail set tw=70 fo=tcrq2 nomodeline I've been seeing the same thing, but attributed it to me being new to