ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Feature request: VCSVimDiff support in multiple tabs #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open multiple files in tabs in vim
2. VCSVimDiff in one tab
3. VCSVimDiff in another tab closes diff in previous

What is the expected output? What do you see instead?

I'd like to be able to view diffs in many tabs at the same time, so that I can 
do e.g.
vim -p $(git diff --name-only) -c "tabdo VCSVimDiff"
(currently the diff is then only in the last tab)

What version of the product are you using? On what operating system?

Vim 7.1 on Ubuntu 8.04, Vim 7.2 on Ubuntu 9.10, latest vcscommands from git

Original issue reported on code.google.com by florian....@gmail.com on 20 Jul 2010 at 7:54

GoogleCodeExporter commented 9 years ago
Could you please try the following?  Edit the main plugin (vcscommand.vim) and 
do the following:

:%s/s:vimDiff/t:vcsCommandVimDiff/g

That should get you by until I decide how I want to properly make this work.  
Please let me know if this works for you.

Original comment by bob.hies...@gmail.com on 22 Aug 2010 at 10:45

GoogleCodeExporter commented 9 years ago
Seems to work! Thanks a lot for taking up this issue!

Original comment by florian....@gmail.com on 23 Aug 2010 at 7:05

GoogleCodeExporter commented 9 years ago
This is released in 1.99.42.

Original comment by bob.hies...@gmail.com on 3 Sep 2010 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 11 Feb 2011 at 3:57