mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Filter: Typo (thanks to Peter Rochen)
This commit is contained in:
parent
6f38d531a1
commit
12bec38f12
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ bool Filter::pendingOnly ()
|
|||
|
||||
if (a._lextype == Lexer::Type::op && raw == "or") ++countOr;
|
||||
if (a._lextype == Lexer::Type::op && raw == "xor") ++countXor;
|
||||
if (a._lextype == Lexer::Type::op && raw == "not") ++countXor;
|
||||
if (a._lextype == Lexer::Type::op && raw == "not") ++countNot;
|
||||
if (a._lextype == Lexer::Type::dom && canonical == "status") ++countStatus;
|
||||
if ( raw == "pending") ++countPending;
|
||||
if ( raw == "waiting") ++countPending;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue