Merge pull request #1225 from weechatter/partial_completion
gui: fix uncleared completion item (#1162)
This commit is contained in:
commit
a14973816b
@ -1199,6 +1199,8 @@ gui_completion_complete (struct t_gui_completion *completion)
|
|||||||
}
|
}
|
||||||
|
|
||||||
arraylist_clear (completion->partial_list);
|
arraylist_clear (completion->partial_list);
|
||||||
|
(void) hook_signal_send ("partial_completion",
|
||||||
|
WEECHAT_HOOK_SIGNAL_STRING, NULL);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user