vim "bug" while saving git commit message
Reminder for the issue error: There was a problem with the editor 'vi'
while trying to save a commit message.
This can be solved by
$ git config --global core.editor `which vim`
(via http://tooky.github.com/2010/04/08/there-was-a-problem-with-the-editor-vi-git-on-mac-os-x.html)
Some recent changes that might have introduced this “bug” in my setup: