diff options
Diffstat (limited to 'src/cmdexpand.c')
-rw-r--r-- | src/cmdexpand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmdexpand.c b/src/cmdexpand.c index b0ea057ae..9508d669d 100644 --- a/src/cmdexpand.c +++ b/src/cmdexpand.c @@ -1728,7 +1728,8 @@ set_one_cmd_context( { if ( STRNCMP(arg, "messages", p - arg) == 0 || STRNCMP(arg, "ctype", p - arg) == 0 - || STRNCMP(arg, "time", p - arg) == 0) + || STRNCMP(arg, "time", p - arg) == 0 + || STRNCMP(arg, "collate", p - arg) == 0) { xp->xp_context = EXPAND_LOCALES; xp->xp_pattern = skipwhite(p); |