mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
CLI2: ::desugarFilterPlainArgs now needs to look for Lexer::Type::identifier
This commit is contained in:
parent
cd1bd1eec9
commit
9c8edc4121
1 changed files with 14 additions and 14 deletions
|
@ -1634,7 +1634,7 @@ void CLI2::desugarFilterPlainArgs ()
|
|||
ppraw == "or" ||
|
||||
ppraw == "xor") &&
|
||||
|
||||
(prev->_lextype == Lexer::Type::dom || // candidate
|
||||
(prev->_lextype == Lexer::Type::identifier || // candidate
|
||||
prev->_lextype == Lexer::Type::word) && // candidate
|
||||
|
||||
prev->hasTag ("FILTER") && // candidate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue