mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
CmdCustom
- Eliminated A3.
This commit is contained in:
parent
7688bdc6c4
commit
fa02eb4ed2
1 changed files with 1 additions and 5 deletions
|
@ -89,17 +89,13 @@ int CmdCustom::execute (std::string& output)
|
|||
std::vector <std::string>::reverse_iterator arg;
|
||||
for (arg = filterArgs.rbegin (); arg != filterArgs.rend (); ++ arg)
|
||||
{
|
||||
// TODO Obsolete, but for now prevents 'operator mismatch' errors.
|
||||
context.a3.capture_first (*arg);
|
||||
|
||||
Tree* t = context.parser.captureFirst (*arg);
|
||||
t->tag ("CUSTOM");
|
||||
t->tag ("FILTER");
|
||||
}
|
||||
|
||||
// TODO Obsolete, but for now prevents 'operator mismatch' errors..
|
||||
// Reparse after tree change.
|
||||
context.parser.parse ();
|
||||
context.a3.categorize ();
|
||||
|
||||
// Apply filter.
|
||||
handleRecurrence ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue