mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement
- Improve bash completion for 'project:', 'depends:', and 'priority:'. - 'projABC:' no longer expands (same for 'depends:' and 'priority:'). - 'proj:' only expands if abbreviation.minimum is less than 5 (same for 'depends:' and 'priority:' and for other values of abbreviation.minimum). - Unit tests for the above.
This commit is contained in:
parent
ad3e249a64
commit
d8a4aab85b
3 changed files with 75 additions and 16 deletions
|
@ -14,6 +14,8 @@ Features
|
|||
+ Virtual tags.
|
||||
|
||||
Bugs
|
||||
+ No more bash completion of, for example, 'projABC:', or of 'proj:' if
|
||||
abbreviation.minimum is greater than 4.
|
||||
+ Fixed bug #1059, where CmdEdit was running garbage collection.
|
||||
+ Fixed bug #1065, where CmdShow issued messages in incorrect situations.
|
||||
+ Fixed bug #1060, where an error was not thrown correctly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue