[PATCH] vim: fix regex after "notmuch show" output change

2012-03-29 Thread Jakob
The new field "excluded" was added to the output and made this regex fail. --- vim/plugin/notmuch.vim |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 21985c7..8f27fb9 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/pl

[PATCH] vim: fix regex after "notmuch show" output change

2012-03-29 Thread Jakob
The new field "excluded" was added to the output and made this regex fail. --- vim/plugin/notmuch.vim |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 21985c7..8f27fb9 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/pl

Re: [PATCH] vim: fix regex after "notmuch show" output change

2012-03-29 Thread Jakob
On Sun, 25 Mar 2012 22:42:53 +0300, Tomi Ollila wrote: > I meant about the syntax: \([[0-9]*\) i.e. 2 opening [[:s Good eye! The regex worked, but I guess I was matching digits /and/ open-brackets. I'll fix that. Thanks, Jakob ___ notmuch

[PATCH] vim: fix regex after "notmuch show" output change

2012-03-29 Thread Jakob
On Sun, 25 Mar 2012 22:42:53 +0300, Tomi Ollila wrote: > I meant about the syntax: \([[0-9]*\) i.e. 2 opening [[:s Good eye! The regex worked, but I guess I was matching digits /and/ open-brackets. I'll fix that. Thanks, Jakob

Re: [PATCH] vim: fix regex after "notmuch show" output change

2012-03-25 Thread Jakob
field in the output, the old regex didn't match at all. You can see the fix working by trying to use the vim plugin as-is and trying to reply to a message or view a message's ID or any number of other things that fail right now. After updating this regex, everythi

[PATCH] vim: fix regex after "notmuch show" output change

2012-03-25 Thread Jakob
field in the output, the old regex didn't match at all. You can see the fix working by trying to use the vim plugin as-is and trying to reply to a message or view a message's ID or any number of other things that fail right now. After updating this regex, everything starts working again. Thanks, Jakob

[PATCH] vim: fix regex after "notmuch show" output change

2012-03-21 Thread Jakob
The new field "excluded" was added to the output and made this regex fail. --- vim/plugin/notmuch.vim |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 21985c7..92e1b50 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/pl

[PATCH] vim: fix regex after "notmuch show" output change

2012-03-21 Thread Jakob
The new field "excluded" was added to the output and made this regex fail. --- vim/plugin/notmuch.vim |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 21985c7..92e1b50 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/pl