I want equal sized windows whenever mergetool lays out the windows.
function s:on_mergetool_set_layout(split)
wincmd =
endfunction
let g:MergetoolSetLayoutCallback = function('s:on_mergetool_set_layout')
This works for MergetoolToggleLayout (switching between lmr and lm), but not the initial layout from MergetoolStart.
Using gvim started like this (see #17) :
gvim --nofork -c "simalt ~x" -c "let g:mergetool_args_order = 'MBLR'" -c "Merge" "%MERGED%" "%BASE%" "%LOCAL%" "%REMOTE%"