Joshua Vandenbor
Joshua Vandenbor

Reputation: 539

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

Upvotes: 17

Views: 5889

Answers (1)

Adam
Adam

Reputation: 4580

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

Upvotes: 20

Related Questions