diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-27 00:14:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-27 22:15:42 +0200 |
commit | d3020976d59e5e329c851f104c633427eafe2cf3 (patch) | |
tree | 929a758b54fb388ea82b9bc5414dd78523789716 /doc/de/autogen | |
parent | 0f1cee08bf12aab377417d6d7077a4f5abdd08a3 (diff) | |
download | weechat-d3020976d59e5e329c851f104c633427eafe2cf3.zip |
api: add functions completion_new, completion_search and completion_free (issue #1484)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.adoc | 9 |
1 files changed, 7 insertions, 2 deletions
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]]<<hdata_completion,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 |