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 line.
Is it really several lines in Notepad, or is it one long line that has wrapped? If the latter then the following will help: :set wrap linebreak :map <Up> gk :map <Down> gj -- Matthew Winn ([EMAIL PROTECTED])
