summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-11-05 12:23:36 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-11-05 12:23:36 +0100
commit596d60b5d932ec47e00d1df35a33ae4f5cb46613 (patch)
treeae57b39424c6ba60ddf621308345341e095e4175 /src
parentfe16ce99153558d44c51a4d2648c1125417771bd (diff)
downloadweechat-596d60b5d932ec47e00d1df35a33ae4f5cb46613.zip
Add completion with "core" for command /debug
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 8e695a79a..7bc055616 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -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 "