pending.nvim/lua
Barrett Ruth 39b54fbc50 feat(init): allow :Pending done with no args to use cursor line
Problem: `:Pending done` required an explicit task ID, making it
awkward to mark the current task done while inside the pending buffer.

Solution: When called with no ID, `M.done()` reads the cursor row from
`buffer.meta()` to resolve the task ID, erroring if the cursor is not
on a saved task line.
2026-03-06 11:35:45 -05:00
..
pending feat(init): allow :Pending done with no args to use cursor line 2026-03-06 11:35:45 -05:00