>> which allows soft word-wrap (no
>> line breaks stored in the file)

gvim 7.0

if you set wrap and linebreak

:set wrap

:set lbr

The lines will softwrap only at whitespace and various punctuation
marks.

For the indentation issue, use autoindent.

rd

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to