How do I make Gvim word wrap in such a way that doesn\'t break words in the middle?
:set tw=78
sets the text width to 78 characters. You can use "[movement]gq" to re-wrap some text.