diffs.nvim/lua/diffs
Barrett Ruth a20555667e refactor(fugitive): return status character from parse_file_line
Problem: parse_file_line discarded the git status character (M, A, D,
U, etc.), making it impossible to distinguish unmerged files from
modified ones in the fugitive status buffer.

Solution: capture and return the status character as a 3rd return value
from parse_file_line, propagate it through get_file_at_line as a 5th
return value, and pass unmerged=true to gdiff_file when status is 'U'.
2026-02-08 17:45:51 -05:00
..
commands.lua fix(commands): add diff buffer UX improvements 2026-02-07 16:48:31 -05:00
conflict.lua doc: add plug mappings for merge conflict resolution (#98) 2026-02-08 16:29:39 -05:00
debug.lua fix(debug): resolve sparse array crash in json dump 2026-02-07 00:50:02 -05:00
diff.lua fix(diff): strip linematch from char-level diff 2026-02-07 00:50:08 -05:00
fugitive.lua refactor(fugitive): return status character from parse_file_line 2026-02-08 17:45:51 -05:00
git.lua feat(git): add index and working tree content retrieval 2026-02-04 22:23:09 -05:00
health.lua feat(highlight): add character-level intra-line diff highlighting 2026-02-06 13:53:58 -05:00
highlight.lua fix(ci): remove unused variable 2026-02-07 15:12:44 -05:00
init.lua feat(conflict): detect and resolve inline merge conflict markers 2026-02-07 17:38:34 -05:00
lib.lua feat(highlight): add character-level intra-line diff highlighting 2026-02-06 13:53:58 -05:00
log.lua feat: add :Gdiff, :Gvdiff, :Ghdiff commands for unified diff view 2026-02-04 19:52:17 -05:00
parser.lua feat(highlight): add treesitter context padding from disk 2026-02-07 13:05:53 -05:00