feat: ignore email quoting characters in front of a diff #141
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/diffs.nvim#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
Problem
It would be nice if any
>in front of a git diff was silently ignored so it's easier to do code-review through diffs and with https://git-send-email.io/ / sourcehut style patch review.Proposed solution
If there is a
>in front of a line, act as if it's not there. So we keep getting syntax highlighting for patch files even if they are in email reply style.So
is rendered the same as
Alternatives considered
Manually remove the
>and later re-add them.working on this now
awesome! v0.3.0 is coming out today. thanks so much for your issue and let me know if this resolves it.