diffs.nvim/spec
Barrett Ruth 8c41c7007c fix(highlight): make intra-line bg visible under line backgrounds
Problem: `line_hl_group` bg unconditionally overrides `hl_group` bg
regardless of priority (neovim/neovim#31151). `DiffsAddText`/
`DiffsDeleteText` at p201 were invisible under `DiffsAdd`/`DiffsDelete`
`line_hl_group` at p200 because they operate on separate stacking layers.

Solution: replace `line_hl_group` with `hl_group` + `hl_eol` +
`end_col` for line backgrounds, putting them on the same layer as
intra-line highlights so priority governs stacking. Use single-row
extmarks (`end_row = buf_line`) to avoid the adjacent-hunk clearing
bug. Split `number_hl_group` into a separate extmark. Use raw
`DiffAdd.bg`/`DiffDelete.bg` for `DiffsAddText`/`DiffsDeleteText`
instead of alpha-blending toward Normal.bg, which produced
indistinguishable colors on dark themes.
2026-03-13 21:22:58 -04:00
..
commands_spec.lua feat: unified diff conflict resolution for unmerged files (#99) 2026-02-09 12:21:13 -05:00
conflict_spec.lua fix(conflict)!: change default nav keymaps from ]x/[x to ]c/[c (#132) 2026-02-24 12:07:54 -05:00
context_spec.lua fix(init): guard read_file_lines against directory paths (#190) 2026-03-13 07:25:55 -04:00
decoration_provider_spec.lua fix: clear stale gutter extmarks after fugitive section toggle (#139) 2026-02-25 13:20:59 -05:00
diff_spec.lua feat(config): replace algorithm 'auto'/'native' with 'default'/'vscode' 2026-02-06 21:23:40 -05:00
email_quote_spec.lua fix(highlight): make intra-line bg visible under line backgrounds 2026-03-13 21:22:58 -04:00
fugitive_spec.lua fix: pre-release cleanup for v0.2.0 (#102) 2026-02-09 15:08:36 -05:00
git_spec.lua feat: add :Gdiff, :Gvdiff, :Ghdiff commands for unified diff view 2026-02-04 19:52:17 -05:00
gitsigns_spec.lua feat: gitsigns blame popup highlighting (#157) 2026-03-06 08:42:02 -05:00
helpers.lua fix(highlight): include treesitter injections 2026-02-07 14:26:11 -05:00
highlight_spec.lua fix(highlight): make intra-line bg visible under line backgrounds 2026-03-13 21:22:58 -04:00
init_spec.lua fix(highlight): omit DiffsClear bg on transparent themes (#179) 2026-03-08 16:08:36 -04:00
integration_spec.lua fix(highlight): make intra-line bg visible under line backgrounds 2026-03-13 21:22:58 -04:00
merge_spec.lua fix(conflict)!: change default nav keymaps from ]x/[x to ]c/[c (#132) 2026-02-24 12:07:54 -05:00
minimal_init.lua feat(test): testing infrastructure 2026-02-01 23:09:05 -05:00
neogit_integration_spec.lua refactor(config): nest integration toggles under integrations namespace (#174) 2026-03-06 14:46:02 -05:00
neojj_integration_spec.lua feat(neojj): add neojj (jujutsu) integration (#187) 2026-03-11 14:02:52 -04:00
parser_spec.lua refactor(highlight): unified per-line extmark builder (#144) 2026-03-05 09:01:22 -05:00
read_buffer_spec.lua fix(commands): handle :e on diffs:// buffers via BufReadCmd 2026-02-06 22:21:33 -05:00
ux_spec.lua fix(commands): add diff buffer UX improvements 2026-02-07 16:48:31 -05:00