Cannot commit with vim :w
I encountered this problem someday after upgrading vim through homebrew. Uhh, maybe, I forgot. However this problem can be simply solved by:
git config –global core.editor /usr/bin/vim
I encountered this problem someday after upgrading vim through homebrew. Uhh, maybe, I forgot. However this problem can be simply solved by:
git config –global core.editor /usr/bin/vim