From: Aaron Borden <adborden@live.com> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> --- vim/syntax/notmuch-show.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/syntax/notmuch-show.vim b/vim/syntax/notmuch-show.vim index c3a98b77..de0c43a1 100644 --- a/vim/syntax/notmuch-show.vim +++ b/vim/syntax/notmuch-show.vim @@ -1,8 +1,8 @@ " notmuch show mode syntax file syntax cluster nmShowMsgDesc contains=nmShowMsgDescWho,nmShowMsgDescDate,nmShowMsgDescTags -syntax match nmShowMsgDescWho /[^)]\+)/ contained -syntax match nmShowMsgDescDate / ([^)]\+[0-9]) / contained +syntax match nmShowMsgDescWho /[^)]\+>/ contained +syntax match nmShowMsgDescDate / [^(]\+ / contained syntax match nmShowMsgDescTags /([^)]\+)$/ contained syntax cluster nmShowMsgHead contains=nmShowMsgHeadKey,nmShowMsgHeadVal -- 2.31.0 _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org