I am trying to use HG (Mercurial) with the Vim VCScommand plugin, but am running into a problem "Too many matching VCS: git HG". I removed the vcsgit.vim and the HG binding seemed to work. I thought VCScommand used the folder to determine, which VCS one was using. I guess this is a flawed assumption.
+1
A:
You can override the detection via the VCSCommandVCSTypeOverride
variable. Most probably you can only get the error you had mentioned if the actual file (and its directory is vc-ed with both git and hg.
Zsolt Botykai
2010-01-13 13:41:08