mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
trigger: do not sort completions for hook type (use order defined in trigger.h)
This commit is contained in:
@@ -157,7 +157,7 @@ trigger_completion_hooks_cb (void *data, const char *completion_item,
|
||||
{
|
||||
weechat_hook_completion_list_add (completion,
|
||||
trigger_hook_type_string[i],
|
||||
0, WEECHAT_LIST_POS_SORT);
|
||||
0, WEECHAT_LIST_POS_END);
|
||||
}
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
|
||||
Reference in New Issue
Block a user