Quote:
Originally Posted by Jellby
Wouldn't the same be attained with:
1) replace character-linebreak-character with character-space-character?
(In vim: %s/\(.\)\n\(.\)/\1 \2/ )
|
Yes it would. But I'm no good in this %/&x)87& stuff so I do it the dummy-way