mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- Pruned the unnecessary filter sub branches off the parse tree for branches tagged with MODIFICATION.
This commit is contained in:
parent
b9fd2560eb
commit
ffb201a068
1 changed files with 1 additions and 0 deletions
|
@ -1410,6 +1410,7 @@ void Parser::findModifications ()
|
||||||
{
|
{
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
(*i)->tag ("MODIFICATION");
|
(*i)->tag ("MODIFICATION");
|
||||||
|
(*i)->removeAllBranches ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue