Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 382
Joshua Vandenbor Avatar asked Jul 25 '18 13:07

Joshua Vandenbor


1 Answers

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

like image 88
Adam Avatar answered Oct 19 '22 08:10

Adam