Open abbood opened 2 years ago
Could you post the output of git diff
in that particular project, so I can try to figure out why the pattern doesn't match?
@AndrewRadev I get same error when running :Diffurcate
in Vim:
Here is output of git diff
:
@azamat-sharapov Could you post the full git output as text or attach it as a file, so I can run it locally? I could retype it from the image, but the error might be somewhere down below, or it might be some hidden characters, so ideally git diff > output.diff
and uploading that here would be perfect.
@AndrewRadev here it is output.diff.zip (github doesn't allow .diff file upload, so I compressed it).
I see, this works fine for me, but I think I understand why it might not work now -- I think you might have set nomagic
somewhere in your config. Could you try it out now?
@AndrewRadev didn't work, unfortunately..
Error detected while processing function diffurcate#Run:
line 11:
Couldn't find pattern: \m^diff --git \zs.\+\ze
Press ENTER or type command to continue
Here is my .vimrc:
as soon as I run this
I get this error