pending.nvim/lua/pending
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
..
sync feat: add \:Pending done <id>\ command (#76) 2026-03-05 23:56:11 -05:00
buffer.lua fix(buffer): use default_category config for empty placeholder 2026-03-06 11:24:02 -05:00
complete.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
config.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
diff.lua fix(diff): match optional checkbox char in parse_buffer patterns 2026-03-06 11:24:05 -05:00
health.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
init.lua feat(init): allow :Pending done with no args to use cursor line 2026-03-06 11:35:45 -05:00
log.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
parse.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
textobj.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
views.lua fix(views): populate priority field in LineMeta 2026-03-06 11:40:06 -05:00