- Hooked up the parser to rc.abbreviation.minimum.
This commit is contained in:
Paul Beckingham 2014-11-08 13:41:19 -05:00
parent 2797541b8d
commit 11d210a7c7
3 changed files with 6 additions and 1 deletions

View file

@ -40,7 +40,7 @@
extern Context context;
// Overridden by rc.abbreviation.minimum.
static int minimumMatchLength = 3;
int CLI::minimumMatchLength = 3;
// Alias expansion limit. Any more indicates some kind of error.
static int safetyValveDefault = 10;