Skip to content

Commit 05e8d2e

Browse files
authored
Merge pull request #25 from barlik/master
Support for zdiff3 conflict style
2 parents 69e9495 + ef0179e commit 05e8d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/diffconflicts.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function! s:diffconfl()
5252

5353
" Set up the left-hand side.
5454
wincmd p
55-
if l:conflictStyle == "diff3"
55+
if l:conflictStyle ==? "diff3" || l:conflictStyle ==? "zdiff3"
5656
silent execute "g/^||||||| \\?/,/^>>>>>>> /d"
5757
else
5858
silent execute "g/^=======\\r\\?$/,/^>>>>>>> /d"

0 commit comments

Comments
 (0)