On Mon, Sep 11, 2006 at 08:08:13PM -0600, Tom Prince wrote:
quoted
+ 1. Copy commit-syntax.vim to vim's syntax directory:
+ $ cp commit-syntax.vim $HOME/.vim/syntax/gitcommit.vim
It would be more obvious if you could do cp gitcomit.vim $HOME/.vim/syntax/
It would be with only one file, but you could just as easily have a
.vim/ftplugin/gitcommit.vim file (I think there are others, too). If you
want to give it the "proper" name, it should probably be
syntax/gitcommit.vim.
-Peff