when I enable wrapping of long lines, is there a way that wrapping
starts in the next line starts below the first character in the current
line, like autoindent does with real physical lines?
Couldn't find anything in the options.
thanks,
- Markus
No.
m.
--
LaTeX + Vim = http://vim-latex.sourceforge.net/
Vim Universal Templates: http://vim.sf.net/script.php?script_id=1078
vim.pl - http://skawina.eu.org/mikolaj
CLEWN - http://clewn.sf.net
If I understand correctly your question - yes, but you must compile
VIM yourself with "unofficial" patch:
http://groups.google.com/group/vim_dev/web/vim-patches
see patch #15 "Correctly indent wrapped lines"
--
Anton
>http://groups.google.com/group/vim_dev/web/vim-patches
fmt(1) also works like this. Usually, if I have a paragraph that is
indented that I want to reflow, or a very long line that is indented,
and I want to keep that indent, I'll just use !! or !} and pipe it
through fmt(1). That works just fine.
--
Aaron W. Hsu <arc...@sacrideo.us> | <http://www.sacrideo.us>
"Government is the great fiction, through which everybody endeavors to
live at the expense of everybody else." -- Frederic Bastiat
+++++++++++++++ ((lambda (x) (x x)) (lambda (x) (x x))) ++++++++++++++