On 9/11/06, Ajay Gupta <[EMAIL PROTECTED]> wrote:
I downloaded the vcscommand plugin
(http://www.vim.org/scripts/script.php?script_id=90) from vim.org, and
placed the vcscommand.vim in my plugins directory (~/.vim/plugin/).
Now when I do
:VCSDiff
(one of the commands from the mentioned plugin), vim replies with "No
suitable plugin". What could be the reason?
It sounds like you didn't install all the plugins. You need to add
the appropriate backend, either vcscvs.vim or vcssvn.vim (or both).
They should be in the installation zip file.
Thank you,
Bob