From d3020976d59e5e329c851f104c633427eafe2cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 27 Apr 2020 00:14:36 +0200 Subject: api: add functions completion_new, completion_search and completion_free (issue #1484) --- doc/de/autogen/plugin_api/hdata.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/de/autogen/plugin_api/hdata.adoc') diff --git a/doc/de/autogen/plugin_api/hdata.adoc b/doc/de/autogen/plugin_api/hdata.adoc index 5d315765e..cfb992f04 100644 --- a/doc/de/autogen/plugin_api/hdata.adoc +++ b/doc/de/autogen/plugin_api/hdata.adoc @@ -643,8 +643,11 @@ _next_buffer_   (pointer, hdata: "buffer_visited") + | weechat | [[hdata_completion]]<> | Struktur mit Vervollständigung -| - -| _buffer_   (pointer, hdata: "buffer") + +| _weechat_completions_ + +_last_weechat_completion_ + + +| _plugin_   (pointer, hdata: "plugin") + +_buffer_   (pointer, hdata: "buffer") + _context_   (integer) + _base_command_   (string) + _base_command_arg_index_   (integer) + @@ -663,6 +666,8 @@ _position_replace_   (integer) + _diff_size_   (integer) + _diff_length_   (integer) + _partial_list_   (pointer) + +_prev_completion_   (pointer, hdata: "completion") + +_next_completion_   (pointer, hdata: "completion") + | weechat -- cgit v1.2.3