We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1862188 commit 8616f1eCopy full SHA for 8616f1e
autoload/mergetool.vim
@@ -3,7 +3,7 @@ function s:noop(...)
3
endfunction
4
5
" Configuration settings
6
-let g:mergetool_layout = get(g:, 'mergetool_layout', 'wr')
+let g:mergetool_layout = get(g:, 'mergetool_layout', 'mr')
7
let g:mergetool_prefer_revision = get(g:, 'mergetool_prefer_revision', 'local')
8
let g:MergetoolSetLayoutCallback = get(g:, 'MergetoolSetLayoutCallback', function('s:noop'))
9
0 commit comments