pending.nvim/lua
Barrett Ruth ca61db7127 fix(init): edit recompute, filter predicates, sync action listing
Problem: `M.edit()` skipped `_recompute_counts()` after saving,
`compute_hidden_ids` lacked `done`/`pending` predicates, and
`run_sync` defaulted to `sync` instead of listing available actions.

Solution: Replace `s:save()` with `_save_and_notify()` in `M.edit()`,
add `done` and `pending` filter predicates, and list backend actions
when no action is specified.
2026-03-05 11:18:46 -05:00
..
pending fix(init): edit recompute, filter predicates, sync action listing 2026-03-05 11:18:46 -05:00