mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
core: add completion "eval_variables", used in completion of /eval
This commit is contained in:
@@ -8414,7 +8414,7 @@ command_init ()
|
||||
" /eval -n -c abcd !~ abc ==> 0\n"
|
||||
" /eval -n -c abcd =* a*d ==> 1\n"
|
||||
" /eval -n -c abcd =- bc ==> 1"),
|
||||
"-n|-s|-c -n|-s|-c",
|
||||
"-n|-s|-c|%(eval_variables)|%*",
|
||||
&command_eval, NULL, NULL);
|
||||
hook_command (
|
||||
NULL, "filter",
|
||||
|
||||
Reference in New Issue
Block a user