mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Preserve ORIGINAL tag after ::unTagAll.
This commit is contained in:
parent
ce2679c3fa
commit
5add257d8b
1 changed files with 2 additions and 0 deletions
|
@ -500,6 +500,7 @@ void CLI::categorize ()
|
||||||
if (raw == "--")
|
if (raw == "--")
|
||||||
{
|
{
|
||||||
a->unTagAll ();
|
a->unTagAll ();
|
||||||
|
a->tag ("ORIGINAL");
|
||||||
a->tag ("TERMINATOR");
|
a->tag ("TERMINATOR");
|
||||||
terminated = true;
|
terminated = true;
|
||||||
}
|
}
|
||||||
|
@ -507,6 +508,7 @@ void CLI::categorize ()
|
||||||
else if (terminated)
|
else if (terminated)
|
||||||
{
|
{
|
||||||
a->unTagAll ();
|
a->unTagAll ();
|
||||||
|
a->tag ("ORIGINAL");
|
||||||
a->tag ("TERMINATED");
|
a->tag ("TERMINATED");
|
||||||
a->tag ("WORD");
|
a->tag ("WORD");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue