1
0
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:
Sebastien Helleu
2014-02-05 09:20:26 +01:00
parent b712eebece
commit 9dab03fab2
+1 -1
View File
@@ -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;