VimDiff E93: More than one match for RE

5.3k views Asked by At

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 :)

1

There are 1 answers

2
Adam On BEST ANSWER

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