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 limitation.
The limitation is in Notepad, not in Vim. > Or is there a way to cut the single line so I can have n > lines of the same L length ? Yes -- see :help textwidth and :help gq For example, for lines of length 60, do :set tw=60. Then put cursor on the line line and type gqq. --Suresh
