Tagged Questions

4
votes
7answers
2k views

in Vim how do I hide the eol doc chars ^M

in gvim on windows if I have text with CRLF eol then the text will display ^M at the end of each line. How do I 'hide' that special char from display? the :set nolist command """ does not dismiss ...
2
votes
1answer
535 views

vim: showing listchars changes the screen wrapping

I noted that when I show up the EOL listchars in a text the linebreaks are losen p.e. this is my text of this message becomes after set list ..eol this is my text of this mess age(EOL CHAR) ...
2
votes
4answers
297 views

vim: wrap question

I would like to wrap the text 5 characters before the end of window (without breaking the line). I don't know how to do this without putting an EOL character in the text (wrapmargin/textwidth).