mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::findTag removes unnecessarily lexed sub-branches.
This commit is contained in:
parent
18662b0307
commit
64df32baff
1 changed files with 1 additions and 0 deletions
|
@ -789,6 +789,7 @@ void Parser::findTag ()
|
|||
tag.find (' ') == std::string::npos)
|
||||
{
|
||||
(*i)->unTag ("?");
|
||||
(*i)->removeAllBranches ();
|
||||
(*i)->tag ("TAG");
|
||||
(*i)->attribute ("sign", sign);
|
||||
(*i)->attribute ("tag", tag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue