Re: Viewing CVS diff with vim

2006-08-08 Thread Fabio Rotondo
Bob Hiestand wrote: > Use: > > :VCSVimDiff 1.2 Great :-) Thank you very much. Ciao, Fabio

Re: Viewing CVS diff with vim

2006-08-07 Thread Bob Hiestand
On 8/7/06, Fabio Rotondo <[EMAIL PROTECTED]> wrote: Hi, I am trying the vcscommand plugin, but I have a problem: I'd like to CVS diff a file with an older version, I have tried this: :VCSDiff 1.2 this opens up a new buffer with the diff output, but without using the vimdiff feature, as I'd li

Re: Viewing CVS diff with vim

2006-08-07 Thread Fabio Rotondo
Hi, I am trying the vcscommand plugin, but I have a problem: I'd like to CVS diff a file with an older version, I have tried this: :VCSDiff 1.2 this opens up a new buffer with the diff output, but without using the vimdiff feature, as I'd liked to. Am I missing anything or just the plugin is n

Re: Viewing CVS diff with vim

2006-08-05 Thread Yakov Lerner
On 8/4/06, Fabio Rotondo <[EMAIL PROTECTED]> wrote: Hi all, is it possible to "pipe" the CVS diff -r output to vim to use something like "vimdiff" to see the changes? Yes, it is possible, See :help diff-diffexpr You need to write the function similar to the MyDiff function given in '

Re: Viewing CVS diff with vim

2006-08-04 Thread Kamaraju Kusumanchi
On Friday 04 August 2006 09:59, Fabio Rotondo wrote: > Hi all, > > is it possible to "pipe" the CVS diff -r output to vim to use something > like "vimdiff" to see the changes? > > Thanks, > > Fabio I use subversion instead of CVS. I usually do svn diff filename.F90 | gvim - or svn diff |

Re: Viewing CVS diff with vim

2006-08-04 Thread Srinivas Rao. M
On Fri, 2006-08-04 at 19:29, Fabio Rotondo wrote: > Hi all, > > is it possible to "pipe" the CVS diff -r output to vim to use something > like "vimdiff" to see the changes? You can use CVSCommand plugin : http://www.vim.org/scripts/script.php?script_id=90

Viewing CVS diff with vim

2006-08-04 Thread Fabio Rotondo
Hi all, is it possible to "pipe" the CVS diff -r output to vim to use something like "vimdiff" to see the changes? Thanks, Fabio