Strip ^M from file in vim David Nash February 20, 2009 vim Leave a CommentIf there are ^M at the end of every line when you view them in vim, you can do this: :%s/^M//g To get the “^M” bit, hit ctrl-v and then ctrl-m.