feat(merge): add conflict_choose_side action to replace merged buffer with one whole side#276
Conversation
…er with one whole side Bound to `<leader>cso`/`<leader>cst`/`<leader>csb`.
|
What is the difference between I think you might have misunderstood that |
|
I don't understand your comment. They very clearly do different things, conceptually speaking.
Say you have a diff conflict which is partially automerged, and partially requires intervention. Let's say region A is changed in
Note that There are 3 tiers of mechanisms here (maybe you can think of them as levels of granularity) for getting content into the |
I guess so, but I got confused because I didn't ask for this and I thought this was supposed to fix something. Nevermind then. Thanks for the explanation. |
In #263, you wrote: "And it should also work when one of the side has deleted the file." This is why I asked whether what you were requesting is to be able to choose an entire side's contents independently of any marker block. That ability is a pre-requisite to being able to restore (the whole buffer of) a deleted file. |
|
That makes sense. I did't think of it. Thanks, appreciate this. |
|
I've filed #282 as the follow-up issue to handle deleted files. |
Bound to
<leader>cso/<leader>cst/<leader>csb.Based on this comment: #263 (comment)