diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-05 12:23:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-05 12:23:36 +0100 |
commit | 596d60b5d932ec47e00d1df35a33ae4f5cb46613 (patch) | |
tree | ae57b39424c6ba60ddf621308345341e095e4175 /src | |
parent | fe16ce99153558d44c51a4d2648c1125417771bd (diff) | |
download | weechat-596d60b5d932ec47e00d1df35a33ae4f5cb46613.zip |
Add completion with "core" for command /debug
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 2 |
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 " |