shaleh  <[EMAIL PROTECTED]> writes:
 > Also, is <CR> the only way to avoid "broken words" at the end of a line?
SEP> 
SEP> And yes, hitting enter is the only way.

No it's not...in vim, I routinely do

        :set wm=4

which sets a "wrap margin" of 4 characters at the end of each
(80-character) line, and does automatic word-wrapping.  Alternatively, 
I can use the vim 'gq' command to reformat a region; type ':help gq'
from vim command mode for more information.

-- 
David Maze             [EMAIL PROTECTED]          http://donut.mit.edu/dmaze/
"Hey, Doug, do you mind if I push the Emergency Booth Self-Destruct Button?"
"Oh, sure, Dave, whatever...you _do_ know what that does, right?"

Reply via email to