diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-11-14 09:28:46 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-11-14 09:28:46 +0100 |
commit | b626df72fb7cdc9d9f23a0e5a81209faace87c0f (patch) | |
tree | dd681ba32d35ffb8a5ad7abb58ddab0ced624c27 /doc/fr/weechat_plugin_api.fr.adoc | |
parent | eb90a73fe811e2de0e0646abf10242e639a7b1a1 (diff) | |
download | weechat-b626df72fb7cdc9d9f23a0e5a81209faace87c0f.zip |
core: add evaluation of conditions in evaluation of expressions with "eval_cond:" (closes #1582)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.adoc')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index ed6bf238d..90e253b59 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -2235,7 +2235,7 @@ str3 = weechat.string_input_for_buffer("//test") # "/test" ==== string_eval_expression _WeeChat ≥ 0.4.0, mis à jour dans la 0.4.2, 0.4.3, 1.0, 1.1, 1.2, 1.3, 1.6, 1.8, -2.0, 2.2, 2.3, 2.7 et 2.9._ +2.0, 2.2, 2.3, 2.7, 2.9 et 3.1._ Évaluer l'expression et retourner le résultat sous forme de chaîne. Les variables spéciales avec le format `+${variable}+` sont étendues (voir le @@ -2564,6 +2564,12 @@ première étendue à la dernière) : `+19:02:45+` (avec des couleurs s'il y a des codes couleur dans l'option weechat.look.buffer_time_format) +| `+${eval_cond:xxx}+` + + _(WeeChat ≥ 3.1)_ | + Chaîne à évaluer comme condition. | + `+${eval_cond:${window.win_width} > 100}+` | + `+1+` + | `+${esc:xxx}+` + `+${\xxx}+` + _(WeeChat ≥ 1.0)_ | |