Closed
Description
I'm trying to recover an analog of fugitive's :Gsplit
but using diffview instead:
- it looks like one could just
:split diffview://...
... - but what's the best way to compute that "diffview path for the current buffer" url?
- basically I'm trying to make my own
:DiffviewSplit
command, rather than using the whole tabpage ui deal