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 7b9db25 + 1a337a9 commit 16b0806Copy full SHA for 16b0806
plugin/diffconflicts.vim
@@ -28,14 +28,14 @@ function! s:diffconfl()
28
silent execute "read #". l:origBuf
29
1delete
30
silent execute "file RCONFL"
31
- silent execute "g/^=======$/,/^>>>>>>> /d"
+ silent execute "g/^=======\\r\\?$/,/^>>>>>>> /d"
32
silent execute "g/^<<<<<<< /d"
33
setlocal nomodifiable readonly buftype=nofile bufhidden=delete nobuflisted
34
diffthis
35
36
" Set up the left-hand side.
37
wincmd p
38
- silent execute "g/^<<<<<<< /,/^=======$/d"
+ silent execute "g/^<<<<<<< /,/^=======\\r\\?$/d"
39
silent execute "g/^>>>>>>> /d"
40
41
endfunction
0 commit comments