Scenario: I have opened Vim and pasted some text. I open a second tab with :tabe
and paste some other text in there.
Goal: I would like a third tab with a output equivalent to writing both texts to files and opening them with vimdiff
.
Currently I the close I can find is "diff the current buffer against a file", but not diff
ing two open but unsaved buffers.