mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- Changed ::injectDefaults from collectLeaf to collectTerminated, when scanning args to construct the "[task next]" feedback.
This commit is contained in:
parent
9e3a8e5c82
commit
eebe3b0806
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ void Parser::injectDefaults ()
|
||||||
|
|
||||||
std::string combined;
|
std::string combined;
|
||||||
std::vector <Tree*> nodes;
|
std::vector <Tree*> nodes;
|
||||||
collect (nodes);
|
collect (nodes, collectTerminated);
|
||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue