pending.nvim/lua
Barrett Ruth ec08ca9645 feat(buffer): clear only inline extmarks on dirty rows during edits
Problem: `TextChanged` cleared all extmarks (both namespaces) on every
edit, causing EOL virtual text (due dates, recurrence) to vanish while
the user types.

Solution: replace blanket `clear_marks()` with per-row
`clear_inline_row()` that only removes `ns_inline` extmarks on rows
flagged dirty by `on_bytes`. EOL virtual text is preserved untouched.
2026-03-08 14:10:33 -04:00
..
pending feat(buffer): clear only inline extmarks on dirty rows during edits 2026-03-08 14:10:33 -04:00