sjl / splice.vim

A Vim plugin for managing three-way merges.
MIT License
235 stars 21 forks source link

Feature request: Use Splice as difftool #41

Open sergeda opened 3 years ago

sergeda commented 3 years ago

It would be great to have ability to use this tool as difftool. Now it requires 4 input buffers and throwing error if they are not provided

errael commented 1 month ago

Greetings @sergeda,

I've just released Splice9; it's pure vim9script, no python; it's compatible with the original Splice with additional features, particularly UI. I've addressed some issues against the original Splice (see below) and I'm curious about this issue's idea of use Splice as a diff tool.

vim has a diff mode; why is that not sufficient? What features/capabilities of splice would you like in a diff tool?

Feature: #30, #15, https://github.com/errael/splice9/issues/16