SyntaxFix
Write A Post
Hire A Developer
Questions
To disagree with the official answer:
:set list will not show ^M characters (CRs). Supplying the -b option to vi/vim will work. Or, once vim is loaded, type :e ++ff=unix.
:set list
:e ++ff=unix