diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-03 19:11:02 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-03 19:11:02 +0200 |
commit | 96f49f39e0fb41e50b416fea9891d15fa2333a8e (patch) | |
tree | 88533b2e9740a1a08dae985ca980430623f1cb8a /doc | |
parent | 187381f1d1fce9120efada0075e075a087655f3a (diff) | |
download | weechat-96f49f39e0fb41e50b416fea9891d15fa2333a8e.zip |
Add or remove highlight words in a buffer with "highlight_words_add" and "highlight_words_del" (for buffer_set)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 7 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 8 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 7 |
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 87afffec9..dcd484407 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7066,6 +7066,13 @@ Arguments: separated list of words to highlight in this buffer, for example: "abc,def,ghi" +| highlight_words_add | comma separated list of words | + comma separated list of words to highlight in this buffer, these words are + added to existing highlighted words in buffer + +| highlight_words_del | comma separated list of words | + comma separated list of words to remove from highlighted words on buffer + | highlight_tags | comma separated list of tags | comma separated list of tags to highlight in this buffer diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index a664b3915..6ec5d0c93 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -7168,6 +7168,14 @@ Paramètres : une liste de mots à mettre en valeur dans ce tampon, par exemple : "abc,def,ghi" +| highlight_words_add | liste de mots séparés par des virgules | + liste de mots à mettre en valeur dans ce tampon, ces mots sont ajoutés aux + mots existants pour le tampon + +| highlight_words_del | liste de mots séparés par des virgules | + liste de mots à supprimer de la liste des mots à mettre en valeur dans ce + tampon + | highlight_tags | liste d'étiquettes ("tags") séparées par des virgules | liste d'étiquettes ("tags") à mettre en valeur pour ce tampon diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index d62ec15d2..6f72f3c59 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -7138,6 +7138,13 @@ Argomenti: separated list of words to highlight in this buffer, for example: "abc,def,ghi" +| highlight_words_add | comma separated list of words | + comma separated list of words to highlight in this buffer, these words are + added to existing highlighted words in buffer + +| highlight_words_del | comma separated list of words | + comma separated list of words to remove from highlighted words on buffer + | highlight_tags | comma separated list of tags | comma separated list of tags to highlight in this buffer |