]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei q|up: fix saved searches for single-phrase search
authorEric Wong <e@80x24.org>
Mon, 8 Nov 2021 23:39:26 +0000 (23:39 +0000)
committerEric Wong <e@80x24.org>
Tue, 9 Nov 2021 00:43:36 +0000 (00:43 +0000)
`"' (double-quote) needs to be quoted for stdin searches.

We also need to differentiate between "lei q --stdin" usage
when calling "lei up", do it by setting an internal "rawstr"
knob to ensure we can parse the config properly regardless
of whether the initial search used --stdin or not.


No differences found