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

alias: add help about syntax %%command for completion of alias in /alias

This commit is contained in:
Sebastien Helleu
2011-12-17 18:32:40 +01:00
parent 1f76df2c20
commit 034b216eee
15 changed files with 81 additions and 53 deletions
+2
View File
@@ -975,6 +975,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
N_("completion: completion for alias (optional, by "
"default completion is done with target "
"command)\n"
" note: you can use %%command to use "
"completion of an existing command\n"
" alias: name of alias (can start or end "
"with \"*\" for alias listing)\n"
" command: command name with arguments (many "