vim-pandoc / vim-pandoc-legacy

[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users
143 stars 23 forks source link

errors when using vim as git commit editor #31

Closed lukeorland closed 13 years ago

lukeorland commented 13 years ago

when launching Vim as the git commit editor, I get the following errors:

http://gist.github.com/1273312

I wonder how to prevent Vim from loading the vim-pandoc scripts when opening a git COMMIT_EDITMSG file.

My environment is OS X 10.7

fmoralesc commented 13 years ago

I just pushed a fix for this. Alternatively, you could compile vim with python support enabled (it seems that the CLI vim version you are using has no python support).

lukeorland commented 13 years ago

Excellent. I verified the fix works for me.