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 profit of this kind of limitation. Or is there
a way to cut the single line so I can have n lines of the same L
length ?

Perform:

  :g/\%1025c/wh getline(".")=~@/|s//\r/|endw

This will slice the single line into multiple lines of 1024-length.

HTH.
--
Gerald

Reply via email to