Re: multiple diffs

2010-04-08 Thread Ben Fritz
On Apr 7, 1:31 pm, viki wrote: > I have file containing >20 pairs of pathnames, one pair per line: > >        /path1/to/file1.OLD /path2/to.file1.NEW >        etc. > > I need to open vimdiff on multiple pairs of files > such that I can switch forward to next pair, backward to > previous pair, ea

Re: multiple diffs

2010-04-07 Thread viki
On Apr 7, 10:13 pm, Christian Brabandt wrote: > Hi viki! > > On Mi, 07 Apr 2010, viki wrote: > > > I have file containing >20 pairs of pathnames, one pair per line: > > >        /path1/to/file1.OLD /path2/to.file1.NEW > >        etc. > > > I need to open vimdiff on multiple pairs of files > > such

Re: multiple diffs

2010-04-07 Thread Christian Brabandt
Hi viki! On Mi, 07 Apr 2010, viki wrote: > I have file containing >20 pairs of pathnames, one pair per line: > >/path1/to/file1.OLD /path2/to.file1.NEW >etc. > > I need to open vimdiff on multiple pairs of files > such that I can switch forward to next pair, backward to > previo

Re: multiple diffs

2010-04-07 Thread viki
On Apr 7, 9:28 pm, Tim Chase wrote: > viki wrote: > > I have file containing >20 pairs of pathnames, one pair per line: > > >        /path1/to/file1.OLD /path2/to.file1.NEW > >        etc. > > > I need to open vimdiff on multiple pairs of files > > such that I can switch forward to next pair, back

Re: multiple diffs

2010-04-07 Thread Tim Chase
viki wrote: I have file containing >20 pairs of pathnames, one pair per line: /path1/to/file1.OLD /path2/to.file1.NEW etc. I need to open vimdiff on multiple pairs of files such that I can switch forward to next pair, backward to previous pair, each time seeing vimdiff of that pai

multiple diffs

2010-04-07 Thread viki
I have file containing >20 pairs of pathnames, one pair per line: /path1/to/file1.OLD /path2/to.file1.NEW etc. I need to open vimdiff on multiple pairs of files such that I can switch forward to next pair, backward to previous pair, each time seeing vimdiff of that pair. How can I d

multiple diffs

2010-04-07 Thread viki
I have file containing >20 pairs of pathnames, one pair per line: /path1/to/file1.OLD /path2/to.file1.NEW etc. I need to open vimdiff on multiple pairs of files such that I can switch forward to next pair, backward to previous pair, each time seeing vimdiff of that pair. How can I d