^M at the end of every line in vim

前端 未结 9 2021
独厮守ぢ
独厮守ぢ 2020-11-29 17:37

When I am editing source files using vim and other editors sometimes at the end of the line I get these ^M characters at the end of each line. I think that it has something

9条回答
  •  迷失自我
    2020-11-29 18:23

    As a command, type

    :%s/^M$//
    

    (To get ^M, press ^V ^M, where ^ is CTRL on most keyboards)

提交回复
热议问题