]> git.notmuchmail.org Git - notmuch/blob - vim/syntax/notmuch-compose.vim
py3k: Fix decoding of default database name in Database._get_user_default_db
[notmuch] / vim / syntax / notmuch-compose.vim
1 runtime! syntax/mail.vim
2
3 syntax region nmComposeHelp          contains=nmComposeHelpLine start='^Notmuch-Help:\%1l' end='^\(Notmuch-Help:\)\@!'
4 syntax match  nmComposeHelpLine      /Notmuch-Help:/ contained
5
6 highlight link nmComposeHelp        Include
7 highlight link nmComposeHelpLine    Error