mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1468
- TW-1468 Filtering for project and description has issues (thanks to Richard Boß).
This commit is contained in:
parent
9a95696872
commit
206323dd6a
3 changed files with 40 additions and 1 deletions
|
@ -442,8 +442,8 @@ void CLI::analyze (bool parse /* = true */, bool strict /* = false */)
|
|||
desugarFilterPatterns ();
|
||||
findOperators ();
|
||||
findAttributes ();
|
||||
insertJunctions ();
|
||||
desugarFilterPlainArgs ();
|
||||
insertJunctions (); // Deliberately after all desugar calls.
|
||||
|
||||
// Decompose the elements for MODIFICATIONs.
|
||||
decomposeModAttributes ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue