pending.nvim/lua/pending
Barrett Ruth 0cdb4e6dd6 refactor(config): remove legacy gcal top-level config key (#51)
* refactor(config): remove legacy gcal top-level config key

Problem: the gcal migration shim silently accepted vim.g.pending = { gcal
= {...} } and copied it to sync.gcal, adding complexity and a deprecated
API surface.

Solution: remove the migration block in config.get(), drop the cfg.gcal
fallback in gcal_config(), delete the two migration tests, and clean up
the vimdoc references. Callers must now use sync.gcal directly.

* ci: fix

* fix(spec): remove duplicate buffer require in complete_spec
2026-02-26 22:53:51 -05:00
..
sync refactor(config): remove legacy gcal top-level config key (#51) 2026-02-26 22:53:51 -05:00
buffer.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
complete.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
config.lua refactor(config): remove legacy gcal top-level config key (#51) 2026-02-26 22:53:51 -05:00
diff.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
health.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
init.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
parse.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
textobj.lua feat: text objects and motions for the pending buffer (#39) 2026-02-26 16:28:58 -05:00
views.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00