mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 14:07:21 +02:00
Parser
- ::findOperator removes unnecessarily lexed sub-branches.
This commit is contained in:
parent
da1dbb5666
commit
dbe38f2747
1 changed files with 1 additions and 0 deletions
|
@ -1341,6 +1341,7 @@ void Parser::findOperator ()
|
||||||
if (*opt == raw)
|
if (*opt == raw)
|
||||||
{
|
{
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
|
(*i)->removeAllBranches ();
|
||||||
(*i)->tag ("OP");
|
(*i)->tag ("OP");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue