mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Expression
- Added configurable 'abbreviation.minimum' (default:2) setting to control how auto-completion works.
This commit is contained in:
parent
a6fadaee67
commit
197524a5fc
16 changed files with 139 additions and 52 deletions
|
@ -74,7 +74,7 @@ void initializeColorRules ()
|
|||
{
|
||||
// Add the leading "color." string.
|
||||
std::string rule = "color." + *p;
|
||||
autoComplete (rule, rules, results);
|
||||
autoComplete (rule, rules, results, 3); // Hard-coded 3.
|
||||
|
||||
std::vector <std::string>::iterator r;
|
||||
for (r = results.begin (); r != results.end (); ++r)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue