1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Add completion with "core" for command /debug

This commit is contained in:
Sebastien Helleu
2008-11-05 12:23:36 +01:00
parent fe16ce9915
commit 596d60b5d9
+1 -1
View File
@@ -3225,7 +3225,7 @@ command_init ()
"windows: display windows tree\n"
" text: send \"debug\" signal with \"text\" as "
"argument"),
"%p|list|dump|buffer|windows",
"%p|core|list|dump|buffer|windows",
&command_debug, NULL);
hook_command (NULL, "filter",
N_("filter messages in buffers, to hide/show them according "