pending.nvim/lua
Barrett Ruth 90f85ba098 fix(views): populate priority field in LineMeta
Problem: Both `category_view` and `priority_view` omitted `priority`
from the `LineMeta` they produced. `apply_extmarks` checks `m.priority`
to decide whether to render the priority icon, so it was always nil,
causing the `[ ]` pending-icon overlay to replace the `[!]` buffer text.

Solution: Add `priority = task.priority` to both LineMeta constructors.
2026-03-06 11:40:06 -05:00
..
pending fix(views): populate priority field in LineMeta 2026-03-06 11:40:06 -05:00