On Wednesday, February 15, 2017 at 3:32:40 AM UTC-5, Lifepillar wrote: > On 15/02/2017 09:26, Lifepillar wrote: > > > It's `set number`. If you have `set number` in your vimrc, Vim won't > > crash. > > ...won't crash Terminal.app, that is. > > Also, you need `set wrap`. > > Life.
Nice work Stuart and Life. In hopes it would be enough, I tried just setting wrap - well, more specifically: :set wrap :set linebreak :set nolist " list disables linebreak :set textwidth=0 :set wrapmargin=0 It wasn't. A couple of hours in - ctrl-U in mid-line, and poof - gone! I tried adding in set line, but just couldn't cope with that much change... -- -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
