mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Some plain args were not spotted
- A plain arg can be Lexer::Type::word or Lexer::Type::dom.
This commit is contained in:
parent
10f684c09b
commit
6aaa7c5074
1 changed files with 2 additions and 1 deletions
|
@ -1647,7 +1647,8 @@ void CLI2::desugarFilterPlainArgs ()
|
|||
ppraw == "or" ||
|
||||
ppraw == "xor") &&
|
||||
|
||||
prev->_lextype == Lexer::Type::word && // candidate
|
||||
(prev->_lextype == Lexer::Type::dom || // candidate
|
||||
prev->_lextype == Lexer::Type::word) && // candidate
|
||||
|
||||
prev->hasTag ("FILTER") && // candidate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue