mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: PSEUDO args are no longer candidates for search terms
This commit is contained in:
parent
d103862bff
commit
f2ecb61edf
1 changed files with 1 additions and 0 deletions
|
@ -1638,6 +1638,7 @@ void CLI2::desugarFilterPlainArgs ()
|
|||
prev->_lextype == Lexer::Type::word) && // candidate
|
||||
|
||||
prev->hasTag ("FILTER") && // candidate
|
||||
! prev->hasTag ("PSEUDO") && // non-candidate
|
||||
|
||||
(a._lextype != Lexer::Type::op || // argY
|
||||
raw == "(" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue