Integrate Vim and Git on Windows

I've been using gVim on my Windows box for some time now, and I like it. I do not use Cygwin, and I would prefer not to install it. I am using the msitgit version of Git for Windows.

I am going to integrate Git into gVim so that I do not have to constantly open msysgit and go to the correct directory. I feel that integrating the most important teams will really speed up / improve my code development.

Is there a Vim plugin that would do this for me?

I finally just reinstalled Git For Windows several times until I got the settings I needed. I installed Git using "Launch Git and Enable Unix Tools from the Windows Command Line". This is like a team! Git worked mostly from Vim. This old blog post told me about several issues: http://devlicio.us/blogs/sergio_pereira/archive/2009/05/06/git-ssh-putty-github-unfuddle-the-kitchen-sink.aspx

+3
source share
2 answers

Git, : Fugitive VCSCommand , vim-addon-git ( Git), vcsi (multi-backend), scmfrontend (multi-backend), mine aurum (multi-backend, Mercurial, ).

, , Fugitive aurum (, , Git, Fugitive), VCSCommand ( , ), , AFAIK , , fugitive aurum (, , Git).

, , msysgit. , system('git'), Windows (Wine) Mercurial.

+7

Fugitive (Git -only) VCSCommand (multi-backend), , msysgit.

, , , : :!git commit<CR>?

+1

All Articles