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 5e23411 commit a87b6c0Copy full SHA for a87b6c0
plugin/diffconflicts.vim
@@ -22,7 +22,7 @@ endfunction
22
function! s:diffconfl()
23
let l:origBuf = bufnr("%")
24
let l:origFt = &filetype
25
- let l:conflictStyle = trim(system("git config --get merge.conflictStyle"))
+ let l:conflictStyle = system("git config --get merge.conflictStyle")[:-2]
26
27
" Set up the right-hand side.
28
rightb vsplit
0 commit comments