I can\'t stop vim from wrapping my Python code. If I enter :set nowrap like a champ, but it still wraps.
:set nowrap
I can hit J to unite the split lines
For preventing vim from wrapping long lines I use these two lines in my .vimrc:
.vimrc
set nowrap " do not automatically wrap on load set formatoptions-=t " do not automatically wrap text when typing