pending.nvim/lua/pending
Barrett Ruth 98e4abffc7
fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167)
* fix(buffer): keep conceal active in all modes and add `%l` EOL forge labels

Problem: `concealcursor` was missing `i` and `v`, so concealed text
(task IDs, forge tokens) leaked in insert and visual modes. Forge
labels only rendered for the first span when multiple refs existed.

Solution: set `concealcursor = 'nicv'` to keep conceal in all modes.
Add `%l` EOL format specifier that renders all forge spans with
independent highlights. Update default `eol_format` to include `%l`.

* refactor: remove `- ` prefix from task line rendering

Problem: task lines rendered as `- [ ] description` with a redundant
markdown list marker prefix that added visual noise.

Solution: render task lines as `[ ] description` instead. Update all
line generation in `views.lua`, parsing patterns in `buffer.lua`,
`diff.lua`, `textobj.lua`, syntax rules, and corresponding specs.
2026-03-15 13:22:01 -04:00
..
sync feat: add cancelled task status with configurable state chars (#158) 2026-03-13 20:49:33 -04:00
buffer.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
complete.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-11 12:55:36 -04:00
config.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
diff.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
forge.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-11 12:55:36 -04:00
health.lua fix: revert dev 2026-03-13 20:49:33 -04:00
init.lua feat(forge): add gx keymap to open forge links in browser (#165) 2026-03-15 11:08:07 -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): position-independent inline metadata parsing (#164) 2026-03-13 20:49:33 -04:00
recur.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-11 12:55:36 -04:00
store.lua feat: add markdown detail buffer for task notes (#162) 2026-03-13 20:49:33 -04:00
textobj.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
views.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00