I'm using MacVim as my editor and Atlassian SourceTree (v1.5.3) as my VCS frontend. I have MacVim's command line helper script mvim
installed and mvimdiff
properly symlinked.
I want to use mvimdiff
as a external diff tool for different kinds of VCS repositories (Git, Hg, SVN) in SourceTree.
When "External diff"ing a file/merge conflict via SourceTree, both diff windows are just empty.
Manually diffing files via mvimdiff file1 file2
works properly.
These are my settings in SourceTree: https://i.stack.imgur.com/2eQZD.png
How can i set up MacVim/gVim to work with SourceTree?