pending.nvim/lua/pending
Barrett Ruth f4e62b148c feat(buffer): render forge links as concealed text with eol virt text
Problem: forge tokens were visible as raw text with no virtual text
labels, and the eol separator logic collapsed all gaps when
non-adjacent specifiers were absent.

Solution: add forge conceal syntax patterns in `setup_syntax()`, add
`PendingForge`/`PendingForgeClosed` highlight groups, handle the
`%l` specifier in `build_eol_virt()`, fix separator collapsing to
buffer one separator between present segments, and change
`concealcursor` to `nc` (reveal in visual and insert mode).
2026-03-10 17:44:30 -04:00
..
sync fix(sync): include backend name in bundled-creds auth recommendation (#124) 2026-03-10 11:43:51 -04:00
buffer.lua feat(buffer): render forge links as concealed text with eol virt text 2026-03-10 17:44:30 -04:00
complete.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -04:00
config.lua feat(config): add forge config defaults and %l eol specifier 2026-03-10 17:44:04 -04:00
diff.lua feat(diff): persist forge refs in store on write 2026-03-10 17:44:15 -04:00
forge.lua feat(forge): add forge link parser and metadata fetcher 2026-03-10 17:43:59 -04:00
health.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
init.lua fix(buffer): escape hyphens in infer_status Lua patterns (#119) 2026-03-09 00:31:13 -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 feat(parse): extract forge refs from task body 2026-03-10 17:44:10 -04:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -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(views): pass forge ref and cache to line metadata 2026-03-10 17:44:22 -04:00