On Wed, Jan 21, 2009 at 4:55 PM, Anton Sharonov <[email protected]> wrote: > >> Could somebody tell me how to set up vcscommand for use with git? > > In my understanding, there is not much to set up. I personally > use only one command from vcscommand suite - :VSCVimDiff. That > "just works" out of the box on any buffer in VIM, where I open > some file from the git tree. I suspect though, it requires "git" > executable should be in the path.
This is correct. It should 'just work'. If the git executable is not in your path, you can set a variable in your .vimrc to tell vcscommand where it is: let VCSCommandGitExec='/path/to/git/executable' Thank you, bob --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
