From 596d60b5d932ec47e00d1df35a33ae4f5cb46613 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 5 Nov 2008 12:23:36 +0100 Subject: [PATCH] Add completion with "core" for command /debug --- src/core/wee-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "