On 01/11/06, Hugo Ahlenius <[EMAIL PROTECTED]> wrote:
Hi,
I am trying to set up my subversion client(s) so that I can get any diffs
open in a proper diff mode, in an existing gvim session, in a new tab...
Any tips for that? Do you I have to construct a more complicated
command-line for that -- I just tried:
--remote-tab -d %1 %2
but that opened each file in a separate tab...
Any tips? This is gvim 7 on win xp, btw
I don't know how to do exactly what you ask, but have you seen vcscommand.vim?
http://www.vim.org/scripts/script.php?script_id=90
It has a VCSVimDiff command that will use the svn client to get a diff
and then show the result as a vimdiff.
Hope that helps,
Al