I'm editing some file with extreamly long line in it. My current vim settings will wrap thoes long lines but breaking them at the same time. It's good to see that a very long line is wrapped but it's not very apeal to me that a very long line is broken to more than one line .So what I need is : let vim wrap a long line but without line breaking . I know all the magic is in .vimrc, so put the question in another way : which part of .vimrc I should change ?
============================================================================================== there are lots of complain that I don't put my question clearly . I agree and thank you for remind. Stolen from andrew comments , put my question in a more clear way : I'd like that the long lines are displayed over more than one terminal line; I don't like that vim inserts newlines into your actual text .