pending.nvim/lua/pending
Barrett Ruth fb61521b56
fix(config): use / as default cancelled icon
Problem: the cancelled icon defaulted to `c`, inconsistent with the
`g/` keymap. Other statuses match: `gw` → `[w]`, `gb` → `[b]`.

Solution: change `icons.cancelled` default from `c` to `/` so the
keymap and state char are consistent.
2026-03-12 20:58:45 -04:00
..
sync feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00
buffer.lua feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00
complete.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
config.lua fix(config): use / as default cancelled icon 2026-03-12 20:58:45 -04:00
diff.lua feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00
forge.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
health.lua refactor(forge): simplify auth gating (#139) 2026-03-12 20:29:02 -04:00
init.lua feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00
log.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
parse.lua fix(parse): skip forge refs in right-to-left metadata scan (#142) 2026-03-12 20:29:02 -04:00
recur.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
store.lua feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00
textobj.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
views.lua feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00