mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Parser
- ::findSubstitution removes unnecessarily lexed sub-branches.
This commit is contained in:
parent
587113e5cf
commit
18662b0307
1 changed files with 1 additions and 0 deletions
|
@ -753,6 +753,7 @@ void Parser::findSubstitution ()
|
|||
!Directory (raw).exists ())
|
||||
{
|
||||
(*i)->unTag ("?");
|
||||
(*i)->removeAllBranches ();
|
||||
(*i)->tag ("SUBSTITUTION");
|
||||
(*i)->attribute ("from", from);
|
||||
(*i)->attribute ("to", to);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue