1
0
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:
Sébastien Helleu
2023-09-07 11:38:26 +02:00
parent 89739421cf
commit 374262a8d7
3 changed files with 118 additions and 1 deletions
+1 -1
View File
@@ -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",