pending.nvim/lua/pending
Barrett Ruth 87eedc8610 feat(init): multi-level undo, quickfix due, BufEnter reload
Problem: undo was single-level with shallow references; no way to
query due/overdue tasks via quickfix; two instances sharing
tasks.json would diverge silently.

Solution: replace _undo_state with _undo_states[] (cap 20, deep
copies via store.snapshot()); add M.due() which populates the
quickfix list with overdue/due-today tasks; add BufEnter autocmd
that reloads from disk when the buffer is unmodified; expand
show_help() with folds, :Pending due, relative date syntax,
PendingOverdue, and empty-input date clearing.
2026-02-24 18:44:13 -05:00
..
sync fix(gcal): add LuaCATS annotations and resolve type errors 2026-02-24 18:44:13 -05:00
buffer.lua feat(buffer): add category folds via foldexpr 2026-02-24 18:44:13 -05:00
config.lua feat: overdue highlighting, relative dates, undo write, buffer mappings (#1) 2026-02-24 18:33:07 -05:00
diff.lua feat: overdue highlighting, relative dates, undo write, buffer mappings (#1) 2026-02-24 18:33:07 -05:00
health.lua feat: rename 2026-02-24 15:21:44 -05:00
init.lua feat(init): multi-level undo, quickfix due, BufEnter reload 2026-02-24 18:44:13 -05:00
parse.lua fix(parse): cast os.date('*t') return to osdate (#3) 2026-02-24 18:40:46 -05:00
store.lua feat(store): add snapshot() and atomic json write 2026-02-24 18:44:13 -05:00
views.lua feat: overdue highlighting, relative dates, undo write, buffer mappings (#1) 2026-02-24 18:33:07 -05:00