~xenrox/srht-patches.nvim

78b2af5cc82ff039353a0c0b7abc4414292d7d52 — Thorben Günther 1 year, 4 months ago e8ea6b8 master
gitsendemail: Support patch series

Had a false negative, where a missing prefix is not correctly detected
if the patch is part of a series.
1 files changed, 1 insertions(+), 1 deletions(-)

M after/syntax/gitsendemail.vim
M after/syntax/gitsendemail.vim => after/syntax/gitsendemail.vim +1 -1
@@ 1,1 1,1 @@
syn match Error "\[PATCH\s\=v\=[0-9]*\]" contained containedin=mailSubject
syn match Error "\[PATCH\s\=v\=\d*\s\=\(\d/\d\)\=\]" contained containedin=mailSubject