1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 23:45:42 +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
View File
@@ -15,6 +15,7 @@ For a list of important changes that require manual actions, please look at rele
New features::
* core: add completion "eval_variables", used in completion of `/eval`
* core: add command `/sys` to show resource limits/usage and suspend WeeChat process, add key kbd:[Ctrl+z] to suspend WeeChat (issue #985)
* core: ignore key bindings with empty command
* core: add support of quotes in commands `/key bind` and `/key bindctxt`
+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",
File diff suppressed because it is too large Load Diff