mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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)
|
||||
{
|
||||
(*i)->unTag ("?");
|
||||
(*i)->removeAllBranches ();
|
||||
(*i)->tag ("OP");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue