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
On macbook pro I outcommented in .vimrc the line
autocmd FileType text setlocal textwidth=78
so it became
" autocmd FileType text setlocal textwidth=78
.
(I installed a version of vim via homebrew.) This helped for all .txt files.