Created
February 13, 2017 07:44
-
-
Save ngzhian/553296fb5c606a8156917385bc0ad626 to your computer and use it in GitHub Desktop.
Convert ^M to new lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:%s/<Ctrl-V><Ctrl-M>/\r/g | |
http://stackoverflow.com/questions/811193/how-to-convert-the-m-linebreak-to-normal-linebreak-in-a-file-opened-in-vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment