mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Eval
- Enabled unary minus operator.
This commit is contained in:
parent
065cb2ef01
commit
f05b01f9fa
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static struct
|
|||
{ "_hastag_", 9, 'b', 'l'}, // +tag [Pseudo-op]
|
||||
{ "_notag_", 9, 'b', 'l'}, // -tag [Pseudo-op]
|
||||
|
||||
// { "-", 15, 'u', 'r' }, // Unary minus
|
||||
{ "-", 15, 'u', 'r' }, // Unary minus
|
||||
{ "*", 13, 'b', 'l' }, // Multiplication
|
||||
{ "/", 13, 'b', 'l' }, // Division
|
||||
{ "%", 13, 'b', 'l' }, // Modulus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue