SyntaxFix
Write A Post
Hire A Developer
Questions
With the following command:
:%s/^M$//g
To get the ^M to appear, type CtrlV and then CtrlM. CtrlV tells Vim to take the next character entered literally.
^M