diffview.nvim icon indicating copy to clipboard operation
diffview.nvim copied to clipboard

[Feature] Smart merge

Open mudejar opened this issue 8 months ago • 1 comments

First off, thank you for this useful plugin.

VScode has a pretty neat feature that allows a same line conflict to be resolved very quickly and efficiently.

From here: https://code.visualstudio.com/docs/sourcecontrol/overview#_resolving-conflicts

For some conflicts, the merge editor shows an Accept Combination button. Accepting the combination resolves the current conflict by smartly merging both changes. This is especially useful for changes in the same line that don't touch the same characters.

Would it be feasible to add something like this to this diffview plugin?

mudejar avatar Jun 21 '24 21:06 mudejar