Multiline file appearing in one line under Vim

2006-05-17 Thread Baha-Eddine MOKADEM
Hi all, I have a file which behaves differently whether edited with win32 Notepad and gVim. When opened in notepad I got several lines, which is the most convenient layout for me, but when opened in gVim I got the file in only one line. I tried to set ff to dos but it does not have any effect.

Re: Multiline file appearing in one line under Vim

2006-05-17 Thread Matthew Winn
On Wed, May 17, 2006 at 03:19:39PM +0200, Baha-Eddine MOKADEM wrote: I have a file which behaves differently whether edited with win32 Notepad and gVim. When opened in notepad I got several lines, which is the most convenient layout for me, but when opened in gVim I got the file in only one

Re: Multiline file appearing in one line under Vim

2006-05-17 Thread Jonathon Merz
On 5/17/06, Baha-Eddine MOKADEM [EMAIL PROTECTED] wrote: Hi all, I have a file which behaves differently whether edited with win32 Notepad and gVim. When opened in notepad I got several lines, which is the most convenient layout for me, but when opened in gVim I got the file in only one line.

Re: Multiline file appearing in one line under Vim

2006-05-17 Thread Georg Dahn
Hi! My guess is: notepad breaks at column 1024. In notepad the first two lines of your file have exact 1024 characters. This could be a notepad limitation. Best wishes, Georg Baha-Eddine MOKADEM wrote: Hi all, I have a file which behaves differently whether edited with win32 Notepad and

Re: Multiline file appearing in one line under Vim

2006-05-17 Thread Baha-Eddine MOKADEM
2006/5/17, Georg Dahn [EMAIL PROTECTED]: Hi! My guess is: notepad breaks at column 1024. In notepad the first two lines of your file have exact 1024 characters. This could be a notepad limitation. Best wishes, Georg Is there a way to make profit of this kind of limitation. Or is there a way

Re: Multiline file appearing in one line under Vim

2006-05-17 Thread Gerald Lai
On Wed, 17 May 2006, Baha-Eddine MOKADEM wrote: 2006/5/17, Georg Dahn [EMAIL PROTECTED]: Hi! My guess is: notepad breaks at column 1024. In notepad the first two lines of your file have exact 1024 characters. This could be a notepad limitation. Best wishes, Georg Is there a way to make

RE: Multiline file appearing in one line under Vim

2006-05-17 Thread Suresh Govindachar
On Wed, 17 May 2006, Baha-Eddine MOKADEM wrote: 2006/5/17, Georg Dahn [EMAIL PROTECTED]: My guess is: notepad breaks at column 1024. In notepad the first two lines of your file have exact 1024 characters. This could be a notepad limitation. Is there a way to make profit of this kind of