motemen / git-vim

My vim files for Git
575 stars 73 forks source link

commit failing #4

Open mitechie opened 15 years ago

mitechie commented 15 years ago

Loving the plugin, but when I try to create a commit message from within vim I get the new buffer, I fill out my commit message, and it finishes with: "COMMIT_EDITMSG" 1L, 76C [w]

But the commit doesn't take place. When I run git status I have the same changes/etc.

Any hints or any ideas to track? From the code it looks like the post write hook should work fine.