node-lazy icon indicating copy to clipboard operation
node-lazy copied to clipboard

MAC OS line breaking

Open vladmiller opened this issue 11 years ago • 2 comments

Lazy does not recognize line breaking in macos created files

It's only recognizes windows files

vladmiller avatar Feb 18 '13 21:02 vladmiller

I think you mean *nix files, including newer Macs? From what I see in the code base, lazy works with the \n newline character, which is what Macs save-out these days. It doesn't, however, handle the old \r newline character of the older Macs, nor does it handle \r\n from Windows.

jednano avatar Aug 03 '13 05:08 jednano

I have the same probleme with \r (I'm on the latest MAC OS X version using Atom editor).

ghost avatar May 14 '14 09:05 ghost