Re: about vim contrib support

2013-01-10 Thread Jeff King
On Thu, Jan 10, 2013 at 12:51:18PM +0100, Manlio Perillo wrote: > .patch files are handled by diff highlight. > What I would like to do is to use gitcommit syntax highlight, in order > to also enable commit subject message hightlight. Using the regular gitcommit highlighter would not make sense,

Re: about vim contrib support

2013-01-10 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 10/01/2013 12:39, Jeff King ha scritto: > On Thu, Jan 10, 2013 at 12:17:31PM +0100, Manlio Perillo wrote: > >> In the contrib/vim/README file there are instructions about how to setup >> git support with Vim builtin git syntax files. >> >> However

Re: about vim contrib support

2013-01-10 Thread Jeff King
On Thu, Jan 10, 2013 at 12:17:31PM +0100, Manlio Perillo wrote: > In the contrib/vim/README file there are instructions about how to setup > git support with Vim builtin git syntax files. > > However these instructions seems to be redundant, since the system > filetype.vim file already have the a

about vim contrib support

2013-01-10 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. In the contrib/vim/README file there are instructions about how to setup git support with Vim builtin git syntax files. However these instructions seems to be redundant, since the system filetype.vim file already have the autocmd rules. The only