Skip to content

Instantly share code, notes, and snippets.

@watagashi
Created March 6, 2011 13:08
Show Gist options
  • Save watagashi/857272 to your computer and use it in GitHub Desktop.
Save watagashi/857272 to your computer and use it in GitHub Desktop.
" msysGit
if executable($ProgramFiles . '\Git\bin\git.exe')
let g:VCSCommandGitExec= $ProgramFiles . '\Git\bin\git.exe'
endif
" TortoiseHg for Windows
if executable($ProgramFiles . '\TortoiseHg\hg.exe')
let g:VCSCommandHGExec= $ProgramFiles . '\TortoiseHg\hg.exe'
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment