Word Wrap in Vim (preserving indentation)
This did not work when the question was originally asked, but as of June 25, 2014, this will work. (Assuming you update your vim to a version newer than that date) Add to your .vimrc: ” Indents word-wrapped lines as much as the ‘parent’ line set breakindent ” Ensures word-wrap does not split words set … Read more