aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/syntax/notmuch-search.vim
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2013-02-16 08:03:09 -0400
committerGravatar David Bremner <bremner@debian.org>2013-02-16 08:03:09 -0400
commit6ee07a9c6db59e91852f2fe47a2701f5e08fee21 (patch)
tree8c802dbc03b6bb5e2aef9d19197377b501b6d32d /vim/syntax/notmuch-search.vim
parent41a29a84721235e33aff23bf6ef61b9ffdded2ef (diff)
notmuch-vim: deprecate, move to contrib
As discussed in id:871udhcmks.fsf@zancas.localnet, notmuch-vim doesn't really meet the standards of the CLI, emacs interface, or python bindings in terms of being well maintained.
Diffstat (limited to 'vim/syntax/notmuch-search.vim')
-rw-r--r--vim/syntax/notmuch-search.vim12
1 files changed, 0 insertions, 12 deletions
diff --git a/vim/syntax/notmuch-search.vim b/vim/syntax/notmuch-search.vim
deleted file mode 100644
index f458d778..00000000
--- a/vim/syntax/notmuch-search.vim
+++ /dev/null
@@ -1,12 +0,0 @@
-syntax region nmSearch start=/^/ end=/$/ oneline contains=nmSearchDate
-syntax match nmSearchDate /^.\{-13}/ contained nextgroup=nmSearchNum
-syntax match nmSearchNum /.\{-4}/ contained nextgroup=nmSearchFrom
-syntax match nmSearchFrom /.\{-21}/ contained nextgroup=nmSearchSubject
-syntax match nmSearchSubject /.\{0,}\(([^()]\+)$\)\@=/ contained nextgroup=nmSearchTags
-syntax match nmSearchTags /.\+$/ contained
-
-highlight link nmSearchDate Statement
-highlight link nmSearchNum Type
-highlight link nmSearchFrom Include
-highlight link nmSearchSubject Normal
-highlight link nmSearchTags String