ramccor / vcscommand

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

VCSCommand not working for MacVIm #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open up a file in a git repository in macvim
2. issue a vcs command like "VCSBlame"

What is the expected output? What do you see instead?
A blame buffer is the expected output but instead I get an error "VCSCommand: 
No suitable plugin"

What version of the product are you using? On what operating system?
mac vim 7.2 stable 1.2/33.3 on mac os x snow leopard
and vim 7.2 in the console.

I've installed the latest version of VCSCommand 1.99.40.

Please provide any additional information below.
The plugin works fine when I use curses based vim in the console.

What are my next debugging steps?  Thanks!

Original issue reported on code.google.com by jonathan...@gmail.com on 20 May 2010 at 8:15

GoogleCodeExporter commented 9 years ago
This is not a vcscommand.vim issue.  Macvim wasn't finding git because git was 
installed in a non-standard location via homebrew and I was starting the mavcim 
gui via quicksilver.

Starting macvim via mvim in a terminal allowed macvim to inherit the path set 
in my .*rc files and find git with no problem.

Original comment by jonathan...@gmail.com on 25 Jun 2010 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 25 Jun 2010 at 10:12