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/en/weechat_scripting.en.adoc | |
parent | 0f1cee08bf12aab377417d6d7077a4f5abdd08a3 (diff) | |
download | weechat-d3020976d59e5e329c851f104c633427eafe2cf3.zip |
api: add functions completion_new, completion_search and completion_free (issue #1484)
Diffstat (limited to 'doc/en/weechat_scripting.en.adoc')
-rw-r--r-- | doc/en/weechat_scripting.en.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_scripting.en.adoc b/doc/en/weechat_scripting.en.adoc index 35469e21f..23170fbdb 100644 --- a/doc/en/weechat_scripting.en.adoc +++ b/doc/en/weechat_scripting.en.adoc @@ -697,6 +697,11 @@ List of functions in script API: command + command_options +| completion | + completion_new + + completion_search + + completion_free + | infos | info_get + info_get_hashtable |