From 2db99958bfcb27e0a38e969ad6b75fe247c2e15c Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Wed, 28 Mar 2018 22:04:19 +0100 Subject: [PATCH] initial commit --- vim/after/syntax/gitcommit.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/after/syntax/gitcommit.vim diff --git a/vim/after/syntax/gitcommit.vim b/vim/after/syntax/gitcommit.vim new file mode 100644 index 0000000..11db794 --- /dev/null +++ b/vim/after/syntax/gitcommit.vim @@ -0,0 +1,3 @@ +syn match gitCommitNumber "\<\d\+\>" containedin=gitCommitComment +syn keyword gitCommitAhead ahead containedin=gitCommitOnBranch +syn keyword gitCommitBehind behind containedin=gitCommitOnBranch