pending.nvim/spec
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
..
archive_spec.lua fix(sync): normalize log prefixes and S3 prompt UX (#115) 2026-03-08 20:56:22 -04:00
complete_spec.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
detail_spec.lua feat(detail): parse and validate editable frontmatter on save (#163) 2026-03-13 20:49:33 -04:00
diff_spec.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
edit_spec.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
filter_spec.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
forge_spec.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
gtasks_spec.lua feat(sync): diff metadata preservation, auth unification, and sync quality improvements (#74) 2026-03-05 22:40:19 -05:00
helpers.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
icons_spec.lua refactor(icons): ascii defaults, checkbox overlays, and cleanup (#57) 2026-03-04 18:44:41 -05:00
oauth_spec.lua fix(sync): auto-trigger auth flow on unauthenticated sync actions (#120) (#123) 2026-03-10 11:37:16 -04:00
parse_spec.lua fix(parse): position-independent inline metadata parsing (#164) 2026-03-13 20:49:33 -04:00
recur_spec.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-11 12:55:36 -04:00
s3_spec.lua fix(sync): auto-trigger auth flow on unauthenticated sync actions (#120) (#123) 2026-03-10 11:37:16 -04:00
status_spec.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
store_spec.lua feat(buffer): persist fold state across sessions (#94) 2026-03-07 20:18:34 -05:00
sync_spec.lua fix: revert dev 2026-03-13 20:49:33 -04:00
sync_util_spec.lua feat(sync): s3 backend (#112) 2026-03-08 20:20:16 -04:00
textobj_spec.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00
views_spec.lua fix(buffer): conceal in all modes, forge EOL labels, remove dash prefix (#167) 2026-03-15 13:22:01 -04:00