On Mon 26-Jun-06 3:06pm -0600, Steve Baldwin wrote:

> I have a file containing carriage returns and I want to
> replace them with line feeds.  Note it is not CR-LF -> LF,
> but just CR -> LF.  Can someone please enlighten me as to
> how to do this.

If you don't have mac format in your 'ffs', first add it
before loading your mac file:

    :se ffs+=mac

After loading your mac file:

    :se ff=unix
    
-- 
Best regards,
Bill

Reply via email to