bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

fix(buffer): Fix wrong offset when snapping position to line ending #55

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

When snapping positions to the end of their line, when there was no line after the desired one, we'd previously snap to the wrong position. This fixes that and adds a few tests to verify