Christian MICHON wrote:
Hi vim-devers,
I'm currently trying out "git" (linux scm) and I have not found yet
how to perform a gvimdiff on a file locally modified with the latest
commit.
Is there a simple/easy way out for this issue ? Any "git"
specialist amond vim-dev who could give me a hint ?
Thanks in advance
gvimdiff takes two versions of the same file as arguments, so the
question boils down to "how to get the successive versions of the
file?". I don't know git (and on SuSE 9.3 I have no program of that name
in my $PATH) but the command-line for gvimdiff is typically something like
gvimdiff filename.ext.old filename.ext
The answer may be as simple as taking backup copies of your files.
Best regards,
Tony.