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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user