mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer: Captures minimumMatchLength for abbreviated attribute matching
This commit is contained in:
parent
8406dd4c6f
commit
f5792a03fb
3 changed files with 5 additions and 1 deletions
|
@ -617,6 +617,7 @@ void Context::getLimits (int& rows, int& lines)
|
|||
void Context::staticInitialization ()
|
||||
{
|
||||
CLI2::minimumMatchLength = config.getInteger ("abbreviation.minimum");
|
||||
Lexer::minimumMatchLength = config.getInteger ("abbreviation.minimum");
|
||||
|
||||
Task::defaultProject = config.get ("default.project");
|
||||
Task::defaultDue = config.get ("default.due");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue