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:
committed by
Paul Beckingham
parent
ad3e249a64
commit
d8a4aab85b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user