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 it. I am stumped.
UPDATE
I did :set fileformats=unix,dos as a list but it didn't work at first. I closed the file and reopened it again and it worked. By default I had set fileformats to only unix value. Thanks for answers.