> I try to replace the ^M in the attachment with newline character. But
> failed.
> 
> How to do that?

This is a pretty common FAQ, but since it's easy:

   :%s/\r/\r/g

-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to