Changed gitconfig to use vim again..vi reports errors on exit, causing problems

This commit is contained in:
yan 2011-12-07 13:42:27 -08:00
parent 9335d7c60b
commit 8f3be218a1

View File

@ -83,7 +83,7 @@
default = tracking
[core]
autocrlf = false
editor = /usr/bin/vi
editor = /usr/bin/vim
excludesfile = ~/.dotfiles/gitignore_global
[advice]