1
0
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:
Sébastien Helleu
2020-04-27 22:18:03 +02:00
parent d3020976d5
commit 2bd8e91b54
23 changed files with 148 additions and 14 deletions
+3
View File
@@ -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"),