mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
api: add hdata "completion_word" (issue #1484)
This commit is contained in:
@@ -649,6 +649,9 @@ plugin_api_init ()
|
||||
&gui_buffer_hdata_buffer_visited_cb, NULL, NULL);
|
||||
hook_hdata (NULL, "completion", N_("structure with completion"),
|
||||
&gui_completion_hdata_completion_cb, NULL, NULL);
|
||||
hook_hdata (NULL, "completion_word",
|
||||
N_("structure with word found for a completion"),
|
||||
&gui_completion_hdata_completion_word_cb, NULL, NULL);
|
||||
hook_hdata (NULL, "config_file", N_("config file"),
|
||||
&config_file_hdata_config_file_cb, NULL, NULL);
|
||||
hook_hdata (NULL, "config_section", N_("config section"),
|
||||
|
||||
Reference in New Issue
Block a user