nomad / crop

🌾 A pretty fast text rope
https://crates.io/crates/crop
MIT License
261 stars 13 forks source link

Stripping 'r' instead of '\r'. #12

Closed SamuelMcGowan closed 9 months ago

SamuelMcGowan commented 9 months ago

I'm making a text editor, and noticed 'r's are removed from the end of lines when iterating over them with the Lines iterator. I had a look in the crop codebase and found this suspicious looking line: https://github.com/nomad/crop/blob/b6cde93deacc26ea8f7062418b7bbfe5cc6e9790/src/rope/gap_slice.rs#L154

noib3 commented 9 months ago

Thanks for finding this, I fixed it in https://github.com/nomad/crop/commit/f520217b4d71372040dcb2ea2fa9af7247bd14fc and released a new minor version that includes the fix.