Lexer: Captures minimumMatchLength for abbreviated attribute matching
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user