pombreda / vcscommand

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

VCSVimDiff ignores VCSCommandSVNDiffExt and VCSCommandSVNDiffOpt #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. :let VCSCommandSVNDiffExt = '/usr/bin/diff'
2. :let VCSCommandSVNDiffOpt = 'b'
3. :VCSVimDiff

What is the expected output? What do you see instead?
Expected : The output that does not contain changes in amount of white space.
See: The same output without the variables.

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

Please provide any additional information below.
The two variables listed work as expected with VCSDiff command.
But VCSVimDiff seems ignoring those variables.

Original issue reported on code.google.com by go9er...@gmail.com on 3 Mar 2012 at 12:52

GoogleCodeExporter commented 9 years ago
Sorry, it should be done by ":set dip+=iwhite"
Please remove this issue.

Original comment by go9er...@gmail.com on 3 Mar 2012 at 1:02

GoogleCodeExporter commented 9 years ago
Closing per requestor.

Original comment by bob.hies...@gmail.com on 21 Mar 2012 at 1:44