pending.nvim/spec
Barrett Ruth fed3e7d78d feat(parse): expand date vocabulary with named dates
Problem: the date input only supports today, tomorrow, +Nd, and
weekday names, lacking relative offsets like weeks/months, period
boundaries, ordinals, month names, and backdating.

Solution: add yesterday, eod, sow/eow, som/eom, soq/eoq, soy/eoy,
+Nw, +Nm, -Nd, -Nw, ordinals (1st-31st), month names (jan-dec),
and later/someday to resolve_date(). Add tests for all new tokens.
2026-02-25 13:03:06 -05:00
..
archive_spec.lua test: add missing coverage (#19) 2026-02-24 22:33:13 -05:00
diff_spec.lua refactor: adopt markdown-style checkbox buffer format (#20) 2026-02-24 23:21:55 -05:00
helpers.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
parse_spec.lua feat(parse): expand date vocabulary with named dates 2026-02-25 13:03:06 -05:00
store_spec.lua refactor: adopt markdown-style checkbox buffer format (#20) 2026-02-24 23:21:55 -05:00
views_spec.lua refactor: adopt markdown-style checkbox buffer format (#20) 2026-02-24 23:21:55 -05:00