On Tue, 3 Apr 2012, Robert Ellenberg wrote:
> I'm a big fan of msysgit and how easy it is to use on windows,
> especially having vim in a shell. Unfortunately, the stripped-down
> version of vim that's included lacks a lot of syntax files and
> plugins.
It's all open source. Please feel free to patch
/share/WinGit/copy-files.sh to include whatever files you deem
appropriate. Just make sure that you make the result available to this
list, either by posting the patch series or by forking on GitHub and
sending a pull request or a mail mentioning which URL so other people can
find your work.
Ciao,
Johannes
The solution I use is:
1. Add the gvim folder to your path (if it's not already included)
2. Run: git config --global core.editor "gvim --nofork '%*'"
I came across this solution here:
http://stackoverflow.com/a/4652019/16548
Jeff