mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
trigger: add quotes around completions of post action
This commit is contained in:
@@ -453,9 +453,8 @@ trigger_completion_post_action_cb (const void *pointer, void *data,
|
||||
|
||||
for (i = 0; i < TRIGGER_NUM_POST_ACTIONS; i++)
|
||||
{
|
||||
weechat_hook_completion_list_add (completion,
|
||||
trigger_post_action_string[i],
|
||||
0, WEECHAT_LIST_POS_END);
|
||||
trigger_completion_add_quoted_word (completion,
|
||||
trigger_post_action_string[i]);
|
||||
}
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
|
||||
Reference in New Issue
Block a user