Vim TabDiff
A different way to vimdiff
Gives you the tabdiff command, which will open all your pairs of buffers in opposing vertical splits in different tabs. Now you can
vim -c 'silent :TabDiff' A a B b C c
And nicely diff all those files at once.
GitHub - Soares/tabdiff.vim: Diff differently