mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
eval: port v:collate
Cherry-picked from patch v8.2.0988. Required for patch v8.2.1933.
This commit is contained in:
@@ -3642,7 +3642,8 @@ const char * set_one_cmd_context(
|
||||
} else {
|
||||
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((const char_u *)p);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user