On Fri, Mar 13, 2020 at 08:16:59PM +0100, Javier Martinez Canillas wrote:
> From: Peter Jones
>
> This makes it so you can do set debug to "all,-scripting,-lexer" and get the
> obvious outcome. Any negation present will take preference over that
> conditional, so "all,-scripting,scripting" is the
From: Peter Jones
This makes it so you can do set debug to "all,-scripting,-lexer" and get the
obvious outcome. Any negation present will take preference over that
conditional, so "all,-scripting,scripting" is the same thing as
"all,-scripting".
Signed-off-by: Peter Jones
Signed-off-by: Javier