I found the reason. I should set fileformats+=mac. Thanks,
On Sun, Jul 26, 2009 at 6:43 PM, Tim Chase <[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
