mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Filter
- Diagnostics for filter eval were not enabled properly. Now rc.debug.parser=2 will show all filter eval diagnostics.
This commit is contained in:
parent
85518c646f
commit
d5c937ba8c
3 changed files with 8 additions and 4 deletions
|
@ -1565,7 +1565,7 @@ void CLI::insertIDExpr ()
|
|||
}
|
||||
}
|
||||
|
||||
// Combine the ID and UUID sections wiþh 'or'.
|
||||
// Combine the ID and UUID sections with 'or'.
|
||||
if (_id_ranges.size () &&
|
||||
_uuid_list.size ())
|
||||
reconstructed.push_back (opOr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue