diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-15 17:43:46 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-15 17:43:46 +0200 |
commit | 52d7770ff1788afe22141537b826505fe070548f (patch) | |
tree | 54bd7cab906c4588906eb20fc1d48c1648846e8c /doc/en/weechat_plugin_api.en.txt | |
parent | 49f7b5d701cb6a30ced060d699c3f2913f7d7c0b (diff) | |
download | weechat-52d7770ff1788afe22141537b826505fe070548f.zip |
core: add local variable "highlight_regex" in buffers
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 4000b3920..6286e657d 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8756,6 +8756,7 @@ Arguments: ** 'input': input text ** 'text_search_input': input saved before text search ** 'highlight_words': list of words to highlight +** 'highlight_regex': regular expression for highlight ** 'highlight_tags': list of tags to highlight ** 'hotlist_max_level_nicks': max hotlist level for some nicks ** 'localvar_xxx': get content of local variable "xxx" (replace "xxx" by the @@ -8806,6 +8807,7 @@ Arguments: * 'property': property name: ** 'plugin': pointer to plugin which created this buffer (NULL for WeeChat main buffer) +** 'highlight_regex_compiled': regular expression 'highlight_regex' compiled Return value: @@ -8911,6 +8913,9 @@ Arguments: | highlight_words_del | comma separated list of words | comma separated list of words to remove from highlighted words on buffer +| highlight_regex | any string | + regular expression for highlight + | highlight_tags | comma separated list of tags | comma separated list of tags to highlight in this buffer |