1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

trigger: fix completion of command /trigger add when there are spaces in the following arguments

This commit is contained in:
Sébastien Helleu
2022-05-27 17:48:13 +02:00
parent 5ef4731c62
commit a1a9303b14
3 changed files with 78 additions and 4 deletions
+1 -4
View File
@@ -1271,10 +1271,7 @@ trigger_command_init ()
"name starts with \"resize\":\n"
" /trigger monitor @modifier,resize*"),
"list|listfull|listdefault"
" || add|addoff|addreplace %(trigger_names) %(trigger_hooks) "
"%(trigger_hook_arguments) %(trigger_hook_conditions) "
"%(trigger_hook_regex) %(trigger_hook_command) %(trigger_hook_rc) "
"%(trigger_post_action)"
" || add|addoff|addreplace %(trigger_add_arguments)|%*"
" || addinput %(trigger_hooks)"
" || input|output|recreate %(trigger_names)"
" || set %(trigger_names) %(trigger_options)|name %(trigger_option_value)"