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/fr/autogen/plugin_api | |
parent | 49f7b5d701cb6a30ced060d699c3f2913f7d7c0b (diff) | |
download | weechat-52d7770ff1788afe22141537b826505fe070548f.zip |
core: add local variable "highlight_regex" in buffers
Diffstat (limited to 'doc/fr/autogen/plugin_api')
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index 0bedc9788..c9fb6ac03 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -245,6 +245,8 @@ 'text_search_found' (integer) + 'text_search_input' (string) + 'highlight_words' (string) + + 'highlight_regex' (string) + + 'highlight_regex_compiled' (pointer) + 'highlight_tags' (string) + 'highlight_tags_count' (integer) + 'highlight_tags_array' (pointer) + |