How do you get vim to display wrapped lines without inserting newlines?

后端 未结 3 2035
醉话见心
醉话见心 2020-12-16 13:00

I\'m getting back in touch with my inner (g)vim due to an unscheduled MacBook mother(board) of a meltdown (my emergency backup Linux box won\'t run TextMate). All told I\'m

3条回答
  •  一整个雨季
    2020-12-16 13:35

    If vim is adding in newline characters (not just wrapping the text) then you probably have textwidth turned on ...

    :set textwidth=0
    

提交回复
热议问题