How do I make Gvim word wrap in such a way that doesn\'t break words in the middle?
I use the following settings to wrap long lines for things like markdown files.
:set wrap :set linebreak :set nolist " list disables linebreak :set textwidth=0 :set wrapmargin=0
Source: http://vim.wikia.com/wiki/Word_wrap_without_line_breaks