I often get a notification to my Vim that my file has been changed elsewhere, since I use Dropbox.
I then need to press
L
because it is my only way to get to see the file changed by my friend. This forces me to use his version and then just try to remember the changes which I did.
This procedure however is becoming difficult for me, since the rate of edits has grown. I would like to
vimdiff [file_with_my_edits] [file_with_my_friend's_edits]
somehow the version of my friend with my current file which has some new edits.
How can you vimdiff
your current file with your friend's file when the version base is the same but the current files are different, without losing any edits?