diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-18 20:24:35 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-18 20:24:35 +0200 |
commit | c95f3d84d08b96999d34419816490a5584e425ec (patch) | |
tree | 4154aae57d5c98a58bdf63b87935443341b5d5dc /doc/en | |
parent | 00c1c81c0b276e21d45fb504e8cde8dac05aa1af (diff) | |
download | weechat-c95f3d84d08b96999d34419816490a5584e425ec.zip |
api: add property "completion_freeze" for function buffer_set: do not stop completion when command line is updated
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 4f97c02fe..6a9342478 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -10202,6 +10202,12 @@ Arguments: "-": disable hotlist (global setting, buffer pointer is not used) + priority: add buffer to hotlist with this priority +| completion_freeze | "0", "1" | + "0": no freeze of completion (default value) + (global setting, buffer pointer is not used) + + "1": do not stop completion when command line is updated + (global setting, buffer pointer is not used) + | unread | - | set unread marker after last line of buffer |