mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
core: add the different variants for "chars" in /eval completions
This commit is contained in:
@@ -2119,7 +2119,13 @@ completion_list_add_eval_variables_cb (const void *pointer, void *data,
|
||||
"${base_encode:64,string}",
|
||||
"${base_encode:64url,string}",
|
||||
"${calc:expression}",
|
||||
"${chars:range}",
|
||||
"${chars:alpha}",
|
||||
"${chars:alnum}",
|
||||
"${chars:c1-c2}",
|
||||
"${chars:digit}",
|
||||
"${chars:lower}",
|
||||
"${chars:upper}",
|
||||
"${chars:xdigit}",
|
||||
"${color:name}",
|
||||
"${cut:+max,suffix,string}",
|
||||
"${cut:max,suffix,string}",
|
||||
|
||||
Reference in New Issue
Block a user