This sounds like a trivial question, but I wasn't able to find an answer so far. I work with vimdiff as git mergetool. That means, when solving conflicts, I have four windows/buffers opened for editing:
+--------------------------------+
| LOCAL | BASE | REMOTE |
+--------------------------------+
| MERGED |
+--------------------------------+
Is it possible to turn the diff mode ON just between BASE and REMOTE and to turn diff mode OFF for everything else?