mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Expressions
- Any "exp" arguments are given the "exp" type (_second) as well as "exp" category (_third).
This commit is contained in:
parent
30b5c6c048
commit
f0a9796683
1 changed files with 2 additions and 1 deletions
|
@ -482,7 +482,8 @@ void Arguments::categorize ()
|
|||
if (command_pos != -1)
|
||||
++distance_from_command;
|
||||
|
||||
arg->_third = "exp";
|
||||
arg->_second = "exp";
|
||||
arg->_third = "exp";
|
||||
}
|
||||
|
||||
// If the type is not known, it is treated as a generic word.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue