#2886: inconsistent use of backslash in regexps
Comment (by David Champion):
{{{
The regexp isn't parsed individually, it's the entire pattern that's
parsed. So you can do things like:
~s 'a subject with a space in it' ~B match.*expression
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2886#comment:>