Skip to content

Commit 8616f1e

Browse files
committed
Fix default value for mergetool_layout setting
1 parent 1862188 commit 8616f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/mergetool.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function s:noop(...)
33
endfunction
44

55
" Configuration settings
6-
let g:mergetool_layout = get(g:, 'mergetool_layout', 'wr')
6+
let g:mergetool_layout = get(g:, 'mergetool_layout', 'mr')
77
let g:mergetool_prefer_revision = get(g:, 'mergetool_prefer_revision', 'local')
88
let g:MergetoolSetLayoutCallback = get(g:, 'MergetoolSetLayoutCallback', function('s:noop'))
99

0 commit comments

Comments
 (0)