Re: ^M displayed in vi but not in vim

2007-05-09 Thread Yeti
On Wed, May 09, 2007 at 12:39:45PM -0400, Dan Fabrizio wrote: > Does anyone know why vim don't show the ^M characters in a file but vi does? Vim understands all EOL types. All types included in 'fileformats' are equal, whatever characters they are physically represented with. > :set list > >

Re: ^M displayed in vi but not in vim

2007-05-09 Thread A.J.Mechelynck
Dan Fabrizio wrote: Hi all, Does anyone know why vim don't show the ^M characters in a file but vi does? :set list in vim shows $ at the end of the lines but no ^M characters? :set ff=unix :w This removed the ^M characters but I had to use vi to verify. Is there some setting I'm missin

^M displayed in vi but not in vim

2007-05-09 Thread Dan Fabrizio
Hi all, Does anyone know why vim don't show the ^M characters in a file but vi does? :set list in vim shows $ at the end of the lines but no ^M characters? :set ff=unix :w This removed the ^M characters but I had to use vi to verify. Is there some setting I'm missing that needed to show t