:set wrap in vi (elvis)

The stock vi (elvis) doesn’t wrap over-80-column and
have to horizontal scroll to see the long lines.

Is there any option to wrap long lines into the screen?
(VIM has :set wrap)

kabe
So I’m using vim-2.0 for awhile; latest VIM is overbloated

How odd. I thought :set wrap was standard but you’re right, it isn’t there.
If you set wrapmargin=1 then it wraps but it actually breaks the line up.
Very annoying. Looking at the output of :set all, there doesn’t actually
seem to be anything there. Sorry.

cheers,

Kris

<kabe@sra-tohoku.co.jp> wrote in message news:b6hqp1$c4o$1@inn.qnx.com

The stock vi (elvis) doesn’t wrap over-80-column and
have to horizontal scroll to see the long lines.

Is there any option to wrap long lines into the screen?
(VIM has :set wrap)

kabe
So I’m using vim-2.0 for awhile; latest VIM is overbloated