mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #929
- Fixed bug #929, which corrected argument handling for aliases. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
53ac325705
commit
0f60e8c758
2 changed files with 5 additions and 0 deletions
|
@ -399,6 +399,9 @@ void A3::resolve_aliases ()
|
|||
this->push_back (Arg (*e));
|
||||
|
||||
expanded.clear ();
|
||||
|
||||
// The push_back destroyed categorization, redo that now.
|
||||
categorize ();
|
||||
}
|
||||
}
|
||||
while (something && --safety_valve > 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue