diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 07:52:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 07:52:39 +0200 |
commit | 2b2ba62600562d93f974bf7d0bd9db3b804ee22b (patch) | |
tree | 77d5690c068bdeb4d9d00b11abade016652c779b /doc/en | |
parent | 21683def125eb7197bee271b83ff0a94426fad7b (diff) | |
download | weechat-2b2ba62600562d93f974bf7d0bd9db3b804ee22b.zip |
doc/api: add version 3.7 for priority in function hook_line
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index aba955d28..5230d5702 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10009,7 +10009,8 @@ Arguments: * _buffer_type_: catch lines on the given buffer type (if NULL or empty string, _formatted_ is the default) - (a priority is allowed before the buffer type, see note about <<hook_priority,priority>>): + (_WeeChat ≥ 3.7_: a priority is allowed before the buffer type, + see note about <<hook_priority,priority>>): ** _formatted_: catch lines on formatted buffers only (default) ** _free_: catch lines on buffers with free content only ** _*_: catch lines on all buffer types |