Re: [StGIT PATCH] contrib/vim: Add vim syntax highlighting for StGit commit messages
From: Chris Packham <hidden>
Date: 2016-06-15 22:50:06
Hi Zane, On Wed, Nov 24, 2010 at 4:46 AM, Zane Bitter [off-list ref] wrote:
I'm not sure about how Catalin runs stgit, but in for git having a Signed-off-by: line is mandatory and usually indicates that the patch considered ready for inclusion and acts as the "developers certificate of authenticity" (i.e. it is the developers own work or the developer has based it on other compatibly licensed code). A commit message would also be nice but in this case I think it just does what it says on the tin. For the reviewers I can add that I've been using Zane's patch for a while now and it works well for me (although I'm not exactly a vim guru).
--- contrib/vim/README | 11 ++++++++++ contrib/vim/ftdetect/stg.vim | 44 ++++++++++++++++++++++++++++++++++++++ contrib/vim/syntax/stgedit.vim | 40 +++++++++++++++++++++++++++++++++++ contrib/vim/syntax/stgmail.vim | 33 +++++++++++++++++++++++++++++ contrib/vim/syntax/stgnew.vim | 33 +++++++++++++++++++++++++++++ contrib/vim/syntax/stgsquash.vim | 40 +++++++++++++++++++++++++++++++++++ 6 files changed, 201 insertions(+), 0 deletions(-) create mode 100644 contrib/vim/README create mode 100644 contrib/vim/ftdetect/stg.vim create mode 100644 contrib/vim/syntax/stgedit.vim create mode 100644 contrib/vim/syntax/stgmail.vim create mode 100644 contrib/vim/syntax/stgnew.vim create mode 100644 contrib/vim/syntax/stgsquash.vim