mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 21:51:04 +00:00
71128d2ee6
Previously, a change on a given line would cause that whole line to be replaced. In turn, this caused anchors on that line to go to the start of that line because they would lie inside of a deleted region after applying the diff. By switching to a character-wise diff, we perform smaller edits to the buffer which stabilizes anchor positions. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |