diff options
| author | David Bremner <david@tethera.net> | 2016-08-23 20:40:51 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-03 20:10:01 -0300 |
| commit | 2f2df00d436b117acd3e0de13548406efaf272b8 (patch) | |
| tree | f6a6cd7aa7ed07e2c60e13cbf64b5f888c5818c2 /contrib/notmuch-vim/syntax/notmuch-git-diff.vim | |
| parent | 59fed50a82b0a625a7303099675484557fed9d23 (diff) | |
contrib: remove old copy of vim front end
Having two in the tree is just confusing. And the viml one is even more
out of date than the ruby one.
Diffstat (limited to 'contrib/notmuch-vim/syntax/notmuch-git-diff.vim')
| -rw-r--r-- | contrib/notmuch-vim/syntax/notmuch-git-diff.vim | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/notmuch-vim/syntax/notmuch-git-diff.vim b/contrib/notmuch-vim/syntax/notmuch-git-diff.vim deleted file mode 100644 index 6f15fdc7..00000000 --- a/contrib/notmuch-vim/syntax/notmuch-git-diff.vim +++ /dev/null @@ -1,26 +0,0 @@ -syn match diffRemoved "^-.*" -syn match diffAdded "^+.*" - -syn match diffSeparator "^---$" -syn match diffSubname " @@..*"ms=s+3 contained -syn match diffLine "^@.*" contains=diffSubname - -syn match diffFile "^diff .*" -syn match diffNewFile "^+++ .*" -syn match diffOldFile "^--- .*" - -hi def link diffOldFile diffFile -hi def link diffNewFile diffFile - -hi def link diffFile Type -hi def link diffRemoved Special -hi def link diffAdded Identifier -hi def link diffLine Statement -hi def link diffSubname PreProc - -syntax match gitDiffStatLine /^ .\{-}\zs[+-]\+$/ contains=gitDiffStatAdd,gitDiffStatDelete -syntax match gitDiffStatAdd /+/ contained -syntax match gitDiffStatDelete /-/ contained - -hi def link gitDiffStatAdd diffAdded -hi def link gitDiffStatDelete diffRemoved |
