From b27982382a63c033ec08b97a1dadd15ccf613107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 30 Nov 2016 21:21:05 +0100 Subject: [PATCH] core: add command prefix in completion of /command --- src/core/wee-command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/wee-command.c b/src/core/wee-command.c index c78634893..b67ae23fd 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7095,8 +7095,8 @@ command_init () "command: command to execute (a '/' is automatically added if not " "found at beginning of command)"), "-buffer %(buffers_plugins_names) " - "%(plugins_names)|" PLUGIN_CORE " %(plugins_commands)" - " || %(plugins_names)|" PLUGIN_CORE " %(plugins_commands)", + "%(plugins_names)|" PLUGIN_CORE " %(plugins_commands:/)" + " || %(plugins_names)|" PLUGIN_CORE " %(plugins_commands:/)", &command_command, NULL, NULL); hook_command ( NULL, "cursor",