mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
CLI
- The ::categorize method now only allows one TERMINATOR - the first one.
This commit is contained in:
parent
26f8d8c45d
commit
283cae5e8c
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ void CLI::categorize ()
|
||||||
{
|
{
|
||||||
std::string raw = a->attribute ("raw");
|
std::string raw = a->attribute ("raw");
|
||||||
|
|
||||||
if (raw == "--")
|
if (! terminated && raw == "--")
|
||||||
{
|
{
|
||||||
a->tag ("ORIGINAL");
|
a->tag ("ORIGINAL");
|
||||||
a->tag ("TERMINATOR");
|
a->tag ("TERMINATOR");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue