mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
Add support of many templates for completion of command arguments, rename default completion items
This commit is contained in:
@@ -346,7 +346,7 @@ gui_buffer_new (struct t_weechat_plugin *plugin,
|
||||
if (new_completion)
|
||||
{
|
||||
new_buffer->completion = new_completion;
|
||||
gui_completion_init (new_completion, new_buffer);
|
||||
gui_completion_buffer_init (new_completion, new_buffer);
|
||||
}
|
||||
|
||||
/* init history */
|
||||
|
||||
Reference in New Issue
Block a user