diffs.nvim/lua
Barrett Ruth 93ee38db8c fix(commands): filter combined diffs from section output
Problem: git diff produces diff --cc (combined format) for unmerged
files. This format uses @@@ triple-at headers and multi-column prefixes
that the parser cannot handle, resulting in no highlighting when
pressing du on a section header in a repo with merge conflicts.

Solution: add filter_combined_diffs() to strip diff --cc entries from
raw git diff output in both gdiff_section and read_buffer, leaving
only standard unified diffs that the parser understands.
2026-02-08 18:22:33 -05:00
..
diffs fix(commands): filter combined diffs from section output 2026-02-08 18:22:33 -05:00