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.
2 parents 69e9495 + ef0179e commit 05e8d2eCopy full SHA for 05e8d2e
plugin/diffconflicts.vim
@@ -52,7 +52,7 @@ function! s:diffconfl()
52
53
" Set up the left-hand side.
54
wincmd p
55
- if l:conflictStyle == "diff3"
+ if l:conflictStyle ==? "diff3" || l:conflictStyle ==? "zdiff3"
56
silent execute "g/^||||||| \\?/,/^>>>>>>> /d"
57
else
58
silent execute "g/^=======\\r\\?$/,/^>>>>>>> /d"
0 commit comments