On 2016-12-28, xc1427 wrote: > □ When a merge is done, the deletion should be prioritized over > existence.
Why? How do you know, or rather, how is Vim supposed to know, that you prefer deletion over existence? Say you have a .viminfo file that contains marks a and b. Now you open two instances of Vim. Each reads that .viminfo file and stores those two marks. Now in the first Vim instance you create mark c and close Vim. Mark c is now added to .viminfo. Now you close the second Vim instance. It sees mark c in the .viminfo file but not in its memory. Should it delete mark c? I don't think so. The point is that I'm sure you can find a scenario in which Vim's behavior is not what you want and not what you think it should be, but that doesn't mean that that behavior is wrong in all scenarios. Regards, Gary -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
