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

core: add command prefix in completion of /command

This commit is contained in:
Sébastien Helleu
2016-11-30 21:21:05 +01:00
parent fa3ada831d
commit b27982382a
+2 -2
View File
@@ -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",