mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- Modified ::getWords to look at all nodes, including parents.
This commit is contained in:
parent
8376d99e88
commit
079669e73b
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ const std::vector <std::string> Parser::getWords () const
|
|||
{
|
||||
std::vector <std::string> words;
|
||||
std::vector <Tree*> nodes;
|
||||
collect (nodes, collectTerminated);
|
||||
collect (nodes, collectAll);
|
||||
std::vector <Tree*>::iterator i;
|
||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue