gitgit-mergemerge-conflict-resolutionvimdiffdiff3

VimDiff E93: More than one match for RE


So I am new to using vimdiff, however I feel like there is some error. Whenever I try to choose the changes from the remote repository with the command:

:diffg RE

I get the error:

E93: More than one match for RE

Not sure where this is coming from or how to solve it. I was pretty surprised that stack overflow doesn't seem to have this problem posted anywhere. Thanks in advance to anyone who can help :)


Solution

  • There's probably one of the file paths that match the string "RE". Try :diffget REMOTE and it should be okay.