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

core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"

This commit is contained in:
Sébastien Helleu
2016-11-29 23:36:55 +01:00
parent d0af6b8dce
commit fa3ada831d
23 changed files with 384 additions and 162 deletions
+2 -2
View File
@@ -286,8 +286,8 @@ alias_command_init ()
"completion of /sajoin:\n"
" /alias addcompletion %%sajoin forcejoin /quote forcejoin"),
"list %(alias)"
" || add %(alias) %(commands)|%(alias_value)"
" || addcompletion %- %(alias) %(commands)|%(alias_value)"
" || add %(alias) %(commands:/)|%(alias_value)"
" || addcompletion %- %(alias) %(commands:/)|%(alias_value)"
" || del %(alias)|%*",
&alias_command_cb, NULL, NULL);
}