mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
Merge pull request #1225 from weechatter/partial_completion
gui: fix uncleared completion item (#1162)
This commit is contained in:
@@ -1199,6 +1199,8 @@ gui_completion_complete (struct t_gui_completion *completion)
|
||||
}
|
||||
|
||||
arraylist_clear (completion->partial_list);
|
||||
(void) hook_signal_send ("partial_completion",
|
||||
WEECHAT_HOOK_SIGNAL_STRING, NULL);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user